draw help behind NoteField in editor

This commit is contained in:
Chris Danford
2003-08-24 17:03:33 +00:00
parent ef4dd67bec
commit 04080c8b1b
+4 -4
View File
@@ -518,6 +518,10 @@ void ScreenEdit::DrawPrimitives()
case MODE_EDITING:
{
m_BGAnimation.Draw();
m_sprHelp.Draw();
m_textHelp.Draw();
m_sprInfo.Draw();
m_textInfo.Draw();
m_SnapDisplay.Draw();
m_GrayArrowRowEdit.Draw();
@@ -527,10 +531,6 @@ void ScreenEdit::DrawPrimitives()
m_NoteFieldEdit.Draw();
GAMESTATE->m_fSongBeat = fSongBeat; // restore real song beat
m_sprHelp.Draw();
m_textHelp.Draw();
m_sprInfo.Draw();
m_textInfo.Draw();
m_In.Draw();
m_Out.Draw();
}