소스 검색

Update rcore.c

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;