diff --git a/stepmania/src/EditMenu.cpp b/stepmania/src/EditMenu.cpp index 66e8496fb7..6f0702c3dd 100644 --- a/stepmania/src/EditMenu.cpp +++ b/stepmania/src/EditMenu.cpp @@ -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 );