Trabajando en el marcador

This commit is contained in:
2022-09-22 21:39:41 +02:00
parent 96c0ddf8ed
commit 1d9e5ff27d
5 changed files with 35 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ Map::Map(std::string file, SDL_Renderer *renderer, Asset *asset, ItemTracker *it
if (map_layer1 == NULL)
printf("Error: map_layer1 could not be created!\nSDL Error: %s\n", SDL_GetError());
// Pinta el mapa de la habitación en la textura
// Pinta el mapa en las texturas
fillMapTexture();
}