Refactor TextTitleSelect

This commit is contained in:
J-D-K
2025-07-29 19:45:46 -04:00
parent 58e6217e73
commit 040329b256
4 changed files with 71 additions and 60 deletions

View File

@@ -70,7 +70,7 @@ void TitleInfoState::initialize_static_members()
{
if (!sm_slidePanel)
{
sm_slidePanel = std::make_unique<ui::SlideOutPanel>(SIZE_PANEL_WIDTH, ui::SlideOutPanel::Side::Left);
sm_slidePanel = std::make_unique<ui::SlideOutPanel>(SIZE_PANEL_WIDTH, ui::SlideOutPanel::Side::Right);
}
}