mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-29 17:08:56 +08:00
Removing incorrect comment
This commit is contained in:
parent
742c990b91
commit
1570e9becf
|
@ -61,7 +61,6 @@ LRESULT CALLBACK blah_window_procedure(HWND hwnd, UINT msg, WPARAM wParam, LPARA
|
||||||
bool PlatformBackend::init(const Config* config)
|
bool PlatformBackend::init(const Config* config)
|
||||||
{
|
{
|
||||||
// Required to call this for Windows
|
// Required to call this for Windows
|
||||||
// I'm not sure why SDL2 doesn't do this on Windows automatically?
|
|
||||||
SetProcessDPIAware();
|
SetProcessDPIAware();
|
||||||
|
|
||||||
// Get the hInstance
|
// Get the hInstance
|
||||||
|
@ -410,8 +409,6 @@ float PlatformBackend::get_content_scale()
|
||||||
return (raw_value / base_raw_value);
|
return (raw_value / base_raw_value);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FILE IO
|
|
||||||
|
|
||||||
const char* PlatformBackend::app_path()
|
const char* PlatformBackend::app_path()
|
||||||
{
|
{
|
||||||
return g_working_directory.cstr();
|
return g_working_directory.cstr();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user