mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 13:43:41 +00:00
Hotfix missing semicolon
This commit is contained in:
parent
64dc4dd0a9
commit
cf02eef8fd
@ -52,5 +52,5 @@ bool Map::loadMap(const char* path, int sizeX, int sizeY)
|
|||||||
|
|
||||||
mapFile.close();
|
mapFile.close();
|
||||||
|
|
||||||
return success
|
return success;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user