Explorar el Código

Add comment tweak

Ray hace 6 años
padre
commit
afd90a5a56
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)