Song Backgrounds no longer show in editor

This commit is contained in:
Chris Danford
2002-10-08 00:39:31 +00:00
parent 838dec544b
commit b1a58e30b4
2 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -217,7 +217,7 @@ ScreenEdit::ScreenEdit()
GAMESTATE->m_PlayerOptions[PLAYER_1].m_fArrowScrollSpeed = 1;
GAMESTATE->m_PlayerOptions[PLAYER_1].m_ColorType = PlayerOptions::COLOR_NOTE;
m_Background.LoadFromSong( m_pSong );
m_BGAnimation.LoadFromAniDir( THEME->GetPathTo("BGAnimations","edit") );
shiftAnchor = -1;
m_SnapDisplay.SetXY( EDIT_X, EDIT_GRAY_Y );
@@ -359,7 +359,7 @@ void ScreenEdit::Update( float fDeltaTime )
}
}
m_Background.Update( fDeltaTime );
m_BGAnimation.Update( fDeltaTime );
m_SnapDisplay.Update( fDeltaTime );
m_GrayArrowRowEdit.Update( fDeltaTime );
m_NoteFieldEdit.Update( fDeltaTime );
@@ -501,7 +501,7 @@ void ScreenEdit::Update( float fDeltaTime )
void ScreenEdit::DrawPrimitives()
{
m_Background.Draw();
m_BGAnimation.Draw();
m_SnapDisplay.Draw();
m_GrayArrowRowEdit.Draw();