mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-16 00:08:15 +00:00
Add comment tweak
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user