From 8032080a0eba664e480f47444f0dd8571868be12 Mon Sep 17 00:00:00 2001 From: Josh Allen Date: Sun, 9 Apr 2006 23:01:26 +0000 Subject: [PATCH] On command for the background --- stepmania/src/RoomWheel.cpp | 1 + 1 file changed, 1 insertion(+) 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") );