meter::load

This commit is contained in:
Glenn Maynard
2003-11-14 23:05:31 +00:00
parent fe41065071
commit 299a96ca4f
+4
View File
@@ -91,10 +91,14 @@ EditMenu::EditMenu()
m_SongTextBanner.SetXY( SONG_TEXT_BANNER_X, SONG_TEXT_BANNER_Y );
this->AddChild( &m_SongTextBanner );
m_Meter.SetName( "DifficultyMeter" );
m_Meter.SetXY( METER_X, METER_Y );
m_Meter.Load();
this->AddChild( &m_Meter );
m_SourceMeter.SetName( "DifficultyMeter" );
m_SourceMeter.SetXY( SOURCE_METER_X, SOURCE_METER_Y );
m_SourceMeter.Load();
this->AddChild( &m_SourceMeter );