LoadFromFont

This commit is contained in:
Glenn Maynard
2006-08-16 07:19:41 +00:00
parent fa38d7d0ee
commit 30f53de68c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -695,6 +695,7 @@ void ScreenGameplay::Init( bool bUseSongBackgroundAndForeground )
m_BPMDisplay.SetName( "BPMDisplay" );
m_BPMDisplay.LoadFromFont( THEME->GetPathF("BPMDisplay","bpm") );
m_BPMDisplay.Load();
SET_XY( m_BPMDisplay );
this->AddChild( &m_BPMDisplay );