Update rcore.c
This commit is contained in:
parent
c392f0c16b
commit
2824aacd5d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue