Explorar el Código

Update rcore.c

pull/2525/head
Ray hace 3 años
padre
commit
2824aacd5d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Ver fichero

@ -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;

Cargando…
Cancelar
Guardar