This commit is contained in:
Glenn Maynard
2005-09-03 02:08:27 +00:00
parent d58af5dc99
commit 0022bc3338
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ void BitmapText::LoadFromNode( const CString& sDir, const XNode* pNode )
RageException::Throw( "An object '%s' in '%s' is missing the Font attribute",
pNode->m_sName.c_str(), sDir.c_str() );
LoadFromFont( THEME->GetPathToF( sFont ) );
LoadFromFont( THEME->GetPathF( "", sFont ) );
SetText( sText, sAltText );
Actor::LoadFromNode( sDir, pNode );