From 2ef40c8e4e14fa3eabd4e8d26e538a7036b70f47 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 10 Sep 2005 03:46:32 +0000 Subject: [PATCH] fix command --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 5e60211df7..46c4692cbc 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -441,7 +441,7 @@ void ScreenGameplay::Init() m_SongForeground.SetName( "SongForeground" ); m_SongForeground.SetDrawOrder( DRAW_ORDER_OVERLAY+1 ); // on top of the overlay, but under transitions - ON_COMMAND( m_SongBackground ); + ON_COMMAND( m_SongForeground ); this->AddChild( &m_SongForeground ); if( PREFSMAN->m_bShowBeginnerHelper )