mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-08 02:46:28 +00:00
Update rcore.c
This commit is contained in:
@@ -3234,7 +3234,7 @@ FilePathList LoadDroppedFiles(void)
|
|||||||
|
|
||||||
// WARNING: We reset drop file count after loading the stored paths,
|
// WARNING: We reset drop file count after loading the stored paths,
|
||||||
// despite internally GLFW probably keeps the pointers until next drop
|
// despite internally GLFW probably keeps the pointers until next drop
|
||||||
CORE.Window.dropFileCount;
|
CORE.Window.dropFileCount = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return files;
|
return files;
|
||||||
|
Reference in New Issue
Block a user