mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Minor revisions and cleanup.
This commit is contained in:
@@ -121,7 +121,7 @@ void TitleOptionState::initialize_static_members()
|
||||
if (sm_slidePanel && sm_titleOptionMenu) { return; }
|
||||
|
||||
sm_slidePanel = std::make_unique<ui::SlideOutPanel>(480, ui::SlideOutPanel::Side::Right);
|
||||
sm_titleOptionMenu = std::make_shared<ui::Menu>(8, 8, 460, 22, 720);
|
||||
sm_titleOptionMenu = std::make_shared<ui::Menu>(8, 8, 460, 22, graphics::SCREEN_HEIGHT);
|
||||
|
||||
for (int i = 0; const char *option = strings::get_by_name(strings::names::TITLEOPTION, i); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user