1
0
Fork 0
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:
fgenesis 2024-10-16 06:10:10 +02:00
parent 55a37e7728
commit 2149fcd01e

View file

@ -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;