Modificados algunos printf

This commit is contained in:
2022-08-27 14:35:51 +02:00
parent 11a8ea8c24
commit e94e750ca1
2 changed files with 4 additions and 4 deletions

View File

@@ -224,7 +224,7 @@ bool AnimatedSprite::load(std::string filePath)
}
// Cierra el fichero
printf("Closing file %s\n", filename.c_str());
printf("Closing file %s\n\n", filename.c_str());
file.close();
}
// El fichero no se puede abrir