mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Fix formatting
This commit is contained in:
committed by
Gymnasiast
parent
999a467b9a
commit
aa5151503a
@@ -112,7 +112,7 @@ void TextComposition::HandleMessage(const SDL_Event * e)
|
||||
key = SDLK_RETURN;
|
||||
}
|
||||
|
||||
GetContext()->GetUiContext()->SetKeysPressed(key, e->key.keysym.scancode);
|
||||
GetContext()->GetUiContext()->SetKeysPressed(key, e->key.keysym.scancode);
|
||||
|
||||
// Text input
|
||||
if (_session.Buffer == nullptr)
|
||||
|
||||
Reference in New Issue
Block a user