diff options
| author | Ray <[email protected]> | 2022-06-16 13:06:18 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-16 13:06:18 +0200 |
| commit | 2824aacd5dd665989640ef90a26fe87c3f9bf611 (patch) | |
| tree | 6288fe07a9b946c9a24494cdad1d5726f664aab3 /src | |
| parent | c392f0c16b18668d7db59d374937996d3fc2f17d (diff) | |
| download | raylib-2824aacd5dd665989640ef90a26fe87c3f9bf611.tar.gz raylib-2824aacd5dd665989640ef90a26fe87c3f9bf611.zip | |
Update rcore.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/rcore.c | 2 |
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; |
