0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 07:53:43 +00:00

Hotfix missing semicolon

This commit is contained in:
Benedikt Galbavy 2024-01-30 14:14:20 +01:00
parent 64dc4dd0a9
commit cf02eef8fd

View File

@ -52,5 +52,5 @@ bool Map::loadMap(const char* path, int sizeX, int sizeY)
mapFile.close();
return success
return success;
}