From c1d94892949f12317d7509a5ca36bb51687118bf Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 18 Jun 2022 16:22:42 +0200 Subject: [PATCH] Update rcore.c --- src/rcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcore.c b/src/rcore.c index 784b84de4..f5104f0a5 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;