mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 09:16:48 +00:00
fix typo that broke predefined text input
This commit is contained in:
parent
55a37e7728
commit
2149fcd01e
1 changed files with 0 additions and 3 deletions
|
@ -3030,9 +3030,6 @@ std::string DSQ::getUserInputString(std::string labelText, std::string t, bool a
|
|||
bg->show();
|
||||
run(trans);
|
||||
|
||||
|
||||
s_inputText = t;
|
||||
|
||||
bool escDown = false;
|
||||
|
||||
float dt = 1.0f/60.0f;
|
||||
|
|
Loading…
Reference in a new issue