summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-07 09:50:40 +0200
committerRay <[email protected]>2019-05-07 09:50:40 +0200
commitafd90a5a5655724dc56466fa0c2d42c3f702d88a (patch)
treea63b176f61a5fee3e8fc9da753938d50fe260d48
parent5d09ca550f853766c7adbf356d8e6bbd04a76720 (diff)
downloadraylib-afd90a5a5655724dc56466fa0c2d42c3f702d88a.tar.gz
raylib-afd90a5a5655724dc56466fa0c2d42c3f702d88a.zip
Add comment tweak
-rw-r--r--src/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index def60d68..1055b8a6 100644
--- a/src/core.c
+++ b/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)