mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +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();
|
bg->show();
|
||||||
run(trans);
|
run(trans);
|
||||||
|
|
||||||
|
|
||||||
s_inputText = t;
|
|
||||||
|
|
||||||
bool escDown = false;
|
bool escDown = false;
|
||||||
|
|
||||||
float dt = 1.0f/60.0f;
|
float dt = 1.0f/60.0f;
|
||||||
|
|
Loading…
Reference in a new issue