Browse Source

Fix #4388 (#4392)

pull/4261/merge
Asdqwe 20 hours ago
committed by GitHub
parent
commit
a2e31c4e1b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/platforms/rcore_desktop_sdl.c

+ 0
- 1
src/platforms/rcore_desktop_sdl.c View File

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

Loading…
Cancel
Save