mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
rwops: Renamed SDL_CreateRW and SDL_DestroyRW to SDL_OpenRW and SDL_CloseRW.
This commit is contained in:
parent
525919b315
commit
655ceb3b31
22 changed files with 81 additions and 95 deletions
|
|
@ -44,7 +44,7 @@ GetNearbyFilename(const char *file)
|
|||
|
||||
rw = SDL_RWFromFile(path, "rb");
|
||||
if (rw) {
|
||||
SDL_DestroyRW(rw);
|
||||
SDL_CloseRW(rw);
|
||||
return path;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue