summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-18 16:22:42 +0200
committerRay <[email protected]>2022-06-18 16:22:42 +0200
commitc1d94892949f12317d7509a5ca36bb51687118bf (patch)
treec011b570745dca0f460a50337b45564e00d5f48a
parent8d9c45a08a85ca8f81e10c2ff1d685faee9610d5 (diff)
downloadraylib-c1d94892949f12317d7509a5ca36bb51687118bf.tar.gz
raylib-c1d94892949f12317d7509a5ca36bb51687118bf.zip
Update rcore.c
-rw-r--r--src/rcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c
index 784b84de..f5104f0a 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -408,7 +408,7 @@ typedef struct CoreData {
Point renderOffset; // Offset from render area (must be divided by 2)
Matrix screenScale; // Matrix to scale screen (framebuffer rendering)
- const char **dropFilepaths; // Store dropped files paths pointers (provided by GLFW)
+ char **dropFilepaths; // Store dropped files paths pointers (provided by GLFW)
unsigned int dropFileCount; // Count dropped files strings
} Window;