瀏覽代碼

Update rcore.c

pull/2525/head
Ray 3 年之前
父節點
當前提交
2824aacd5d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rcore.c

+ 1
- 1
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;

Loading…
取消
儲存