Trabajando en el marcador
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user