better load

This commit is contained in:
Glenn Maynard
2003-11-17 04:18:55 +00:00
parent eee1f5a663
commit f3484b6f7b
+1 -1
View File
@@ -43,7 +43,7 @@ void BPMDisplay::Load()
m_textBPM.SetDiffuse( NORMAL_COLOR );
this->AddChild( &m_textBPM );
m_sprLabel.Load( THEME->GetPathToG("BPMDisplay label") );
m_sprLabel.Load( THEME->GetPathToG(ssprintf("%s label", m_sName.c_str())) );
m_sprLabel->SetName( "Label" );
SET_XY_AND_ON_COMMAND( m_sprLabel );
m_sprLabel->SetDiffuse( NORMAL_COLOR );