diff --git a/stepmania/src/RoomWheel.cpp b/stepmania/src/RoomWheel.cpp index 7beade8c38..48bee7209c 100644 --- a/stepmania/src/RoomWheel.cpp +++ b/stepmania/src/RoomWheel.cpp @@ -178,6 +178,7 @@ void RoomInfoDisplay::Load( RString sType ) m_bg.SetName("Background"); m_bg.SetWidth( THEME->GetMetricF(sType,"BackgroundWidth") ); m_bg.SetHeight( THEME->GetMetricF(sType,"BackgroundHeight") ); + ON_COMMAND(&m_bg); this->AddChild(&m_bg); m_Title.LoadFromFont( THEME->GetPathF(sType,"text") );