fixed a bunch of shit, might fix renderer ?

This commit is contained in:
JuiceyDev
2026-03-06 19:53:03 +01:00
parent 58780ca7cd
commit 3f489a4202
6 changed files with 21 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
ControlsScreen::ControlsScreen(Screen *lastScreen, Options *options)
{
// 4J - added initialisers
title == L"Controls";
title = L"Controls";
selectedKey = -1;
this->lastScreen = lastScreen;