Ver Fonte

Add comment tweak

Ray há 6 anos atrás
pai
commit
afd90a5a56
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/core.c

+ 1 - 0
src/core.c

@@ -860,6 +860,7 @@ void SetWindowMinSize(int width, int height)
 }
 
 // Set window dimensions
+// TODO: Issues on HighDPI scaling
 void SetWindowSize(int width, int height)
 {
 #if defined(PLATFORM_DESKTOP)