Fix: gui, block destroy

Feat: speed up on left mouse button in credits
This commit is contained in:
InviseDivine
2026-03-10 22:06:28 +02:00
parent 2d17f9d152
commit 04f13ab4a7
3 changed files with 15 additions and 3 deletions

View File

@@ -77,8 +77,8 @@ void OptionsScreen::init() {
categoryButtons.push_back(new Touch::TButton(4, "Controls"));
categoryButtons.push_back(new Touch::TButton(5, "Graphics"));
btnChangeUsername = new Button(10, "Username");
btnCredits = new Button(11, "Credits");
btnChangeUsername = new Touch::TButton(10, "Username");
btnCredits = new Touch::TButton(11, "Credits");
buttons.push_back(bHeader);
buttons.push_back(btnClose);