mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Minor tweaks.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace
|
||||
TextTitleSelectState::TextTitleSelectState(data::User *user)
|
||||
: TitleSelectCommon()
|
||||
, m_user(user)
|
||||
, m_titleSelectMenu(ui::Menu::create(32, 8, 1000, 20, 555))
|
||||
, m_titleSelectMenu(ui::Menu::create(32, 8, 1000, 22, 555))
|
||||
, m_renderTarget(sdl::TextureManager::load(SECONDARY_TARGET, 1080, 555, SDL_TEXTUREACCESS_TARGET))
|
||||
{
|
||||
TextTitleSelectState::refresh();
|
||||
|
||||
Reference in New Issue
Block a user