fix crash
This commit is contained in:
@@ -107,7 +107,7 @@ bool Sprite::LoadFromSpriteFile( RageTextureID ID )
|
|||||||
{
|
{
|
||||||
CString message = ssprintf(
|
CString message = ssprintf(
|
||||||
"There is more than one file that matches "
|
"There is more than one file that matches "
|
||||||
"'%s/%s'. Please remove all but one of these matches.",
|
"'%s'. Please remove all but one of these matches.",
|
||||||
ID.filename.c_str() );
|
ID.filename.c_str() );
|
||||||
|
|
||||||
RageException::Throw( message );
|
RageException::Throw( message );
|
||||||
|
|||||||
Reference in New Issue
Block a user