make calls to THEME->GetPathTo() more concise
This commit is contained in:
@@ -22,7 +22,7 @@ ScoreDisplayRave::ScoreDisplayRave()
|
||||
{
|
||||
LOG->Trace( "ScoreDisplayRave::ScoreDisplayRave()" );
|
||||
|
||||
m_textCurrentAttack.LoadFromFont( THEME->GetPathTo("Fonts","Common normal") );
|
||||
m_textCurrentAttack.LoadFromFont( THEME->GetPathToF("Common normal") );
|
||||
this->AddChild( &m_textCurrentAttack );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user