mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-13 13:05:23 -05:00
Tinkering with transitions more.
This commit is contained in:
@@ -45,6 +45,7 @@ void TitleSelectState::update()
|
||||
}
|
||||
|
||||
m_titleView->update(hasFocus);
|
||||
sm_controlGuide->update(hasFocus);
|
||||
}
|
||||
|
||||
void TitleSelectState::render()
|
||||
@@ -53,7 +54,7 @@ void TitleSelectState::render()
|
||||
|
||||
m_renderTarget->clear(colors::TRANSPARENT);
|
||||
m_titleView->render(m_renderTarget, hasFocus);
|
||||
TitleSelectCommon::render_control_guide();
|
||||
sm_controlGuide->render(sdl::Texture::Null, hasFocus);
|
||||
m_renderTarget->render(sdl::Texture::Null, 201, 91);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user