Update rcore.c

This commit is contained in:
Ray 2022-06-18 16:22:42 +02:00
parent 8d9c45a08a
commit c1d9489294

View File

@ -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;