mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 12:35:26 -05:00
Refactoring, fixes.
This commit is contained in:
@@ -18,6 +18,6 @@ void TitleSelectCommon::render_control_guide()
|
||||
|
||||
if (hasFocus)
|
||||
{
|
||||
sdl::text::render(NULL, sm_controlGuideX, 673, 22, sdl::text::NO_TEXT_WRAP, colors::WHITE, sm_controlGuide);
|
||||
sdl::text::render(sdl::Texture::Null, sm_controlGuideX, 673, 22, sdl::text::NO_WRAP, colors::WHITE, sm_controlGuide);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user