summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-16 13:06:18 +0200
committerRay <[email protected]>2022-06-16 13:06:18 +0200
commit2824aacd5dd665989640ef90a26fe87c3f9bf611 (patch)
tree6288fe07a9b946c9a24494cdad1d5726f664aab3 /src
parentc392f0c16b18668d7db59d374937996d3fc2f17d (diff)
downloadraylib-2824aacd5dd665989640ef90a26fe87c3f9bf611.tar.gz
raylib-2824aacd5dd665989640ef90a26fe87c3f9bf611.zip
Update rcore.c
Diffstat (limited to 'src')
-rw-r--r--src/rcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c
index 69754052..7d2cd0f4 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -3234,7 +3234,7 @@ FilePathList LoadDroppedFiles(void)
// WARNING: We reset drop file count after loading the stored paths,
// despite internally GLFW probably keeps the pointers until next drop
- CORE.Window.dropFileCount;
+ CORE.Window.dropFileCount = 0;
}
return files;