fix battle stuff I broke earlier this week
This commit is contained in:
@@ -236,14 +236,14 @@ ScreenSelectMusic::~ScreenSelectMusic()
|
||||
|
||||
void ScreenSelectMusic::DrawPrimitives()
|
||||
{
|
||||
// DISPLAY->LoadMenuPerspective(FOV);
|
||||
DISPLAY->LoadMenuPerspective(FOV);
|
||||
|
||||
m_Menu.DrawBottomLayer();
|
||||
Screen::DrawPrimitives();
|
||||
m_Menu.DrawTopLayer();
|
||||
m_sprOptionsMessage.Draw();
|
||||
|
||||
// DISPLAY->LoadMenuPerspective(0);
|
||||
DISPLAY->LoadMenuPerspective(0);
|
||||
}
|
||||
|
||||
void ScreenSelectMusic::TweenOnScreen()
|
||||
|
||||
Reference in New Issue
Block a user