internal errors that indicate code bugs, and not an error in a theme or the
user's system, should be asserted out with a crash dump, not an exception dialog
This commit is contained in:
@@ -87,7 +87,7 @@ void FontManager::UnloadFont( Font *fp )
|
||||
return;
|
||||
}
|
||||
|
||||
RageException::Throw( "Unloaded an unknown font (%p)", fp );
|
||||
FAIL_M( ssprintf("Unloaded an unknown font (%p)", fp) );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user