EditDifficultyMeter -> DifficultyMeterEdit

This commit is contained in:
Chris Danford
2005-12-05 19:10:05 +00:00
parent 8a68930a2a
commit 9d3d877167
+1 -1
View File
@@ -166,7 +166,7 @@ void EditMenu::Load( const CString &sType )
this->AddChild( &m_SongTextBanner );
m_Meter.SetName( "Meter" );
m_Meter.Load( "EditDifficultyMeter" );
m_Meter.Load( "DifficultyMeterEdit" );
ActorUtil::SetXY( m_Meter, sType );
this->AddChild( &m_Meter );