diff options
| author | Ray <[email protected]> | 2019-05-07 09:50:40 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-07 09:50:40 +0200 |
| commit | afd90a5a5655724dc56466fa0c2d42c3f702d88a (patch) | |
| tree | a63b176f61a5fee3e8fc9da753938d50fe260d48 | |
| parent | 5d09ca550f853766c7adbf356d8e6bbd04a76720 (diff) | |
| download | raylib-afd90a5a5655724dc56466fa0c2d42c3f702d88a.tar.gz raylib-afd90a5a5655724dc56466fa0c2d42c3f702d88a.zip | |
Add comment tweak
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
