(TextSprite) Changed error message

Former-commit-id: f32804aca320bbfc3c6ecb5e0e3747b7b9d09369
This commit is contained in:
Lynix 2015-03-18 13:04:12 +01:00
parent d28154ab76
commit fca8dc49e9
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ void NzTextSprite::OnAtlasReleased(const NzAbstractAtlas* atlas, void* userdata)
#endif
// L'atlas a été libéré alors que le TextSprite l'utilisait encore, notre seule option (pour éviter un crash) est de nous réinitialiser
NazaraWarning("TextSprite " + NzString::Pointer(this) + " has been cleared because atlas " + NzString::Pointer(atlas) + " that was under use has been released");
NazaraWarning("TextSprite " + NzString::Pointer(this) + " has been cleared because atlas " + NzString::Pointer(atlas) + " has been released");
Clear();
}