From 1570e9becfbdb0cd88e935199a3bf6543d7c71eb Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Tue, 23 Mar 2021 19:53:51 -0700 Subject: [PATCH] Removing incorrect comment --- src/internal/platform_backend_win32.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/internal/platform_backend_win32.cpp b/src/internal/platform_backend_win32.cpp index 7742723..2db022b 100644 --- a/src/internal/platform_backend_win32.cpp +++ b/src/internal/platform_backend_win32.cpp @@ -61,7 +61,6 @@ LRESULT CALLBACK blah_window_procedure(HWND hwnd, UINT msg, WPARAM wParam, LPARA bool PlatformBackend::init(const Config* config) { // Required to call this for Windows - // I'm not sure why SDL2 doesn't do this on Windows automatically? SetProcessDPIAware(); // Get the hInstance @@ -410,8 +409,6 @@ float PlatformBackend::get_content_scale() return (raw_value / base_raw_value); } -// FILE IO - const char* PlatformBackend::app_path() { return g_working_directory.cstr();