Modificados algunos printf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user