Add comment tweak

This commit is contained in:
Ray 2019-05-07 09:50:40 +02:00
parent 5d09ca550f
commit afd90a5a56

View File

@ -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)