Browse Source

Add comment tweak

pull/832/head
Ray 6 years ago
parent
commit
afd90a5a56
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/core.c

+ 1
- 0
src/core.c View File

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

Loading…
Cancel
Save