mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Change AppState to BaseState. Update headers.
This commit is contained in:
@@ -13,7 +13,9 @@ TitleSelectCommon::TitleSelectCommon()
|
||||
|
||||
void TitleSelectCommon::render_control_guide()
|
||||
{
|
||||
if (AppState::has_focus())
|
||||
const bool hasFocus = BaseState::has_focus();
|
||||
|
||||
if (hasFocus)
|
||||
{
|
||||
sdl::text::render(NULL,
|
||||
m_titleControlsX,
|
||||
|
||||
Reference in New Issue
Block a user