Asdqwe 10 mesi fa
parent
commit
a2e31c4e1b
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/platforms/rcore_desktop_sdl.c

+ 0 - 1
src/platforms/rcore_desktop_sdl.c

@@ -1609,7 +1609,6 @@ int InitPlatform(void)
     //----------------------------------------------------------------------------
     // Define base path for storage
     CORE.Storage.basePath = SDL_GetBasePath(); // Alternative: GetWorkingDirectory();
-    CHDIR(CORE.Storage.basePath);
     //----------------------------------------------------------------------------
 
     TRACELOG(LOG_INFO, "PLATFORM: DESKTOP (SDL): Initialized successfully");