From 2149fcd01e30fe5786343ef2ccb259c1162cc388 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Wed, 16 Oct 2024 06:10:10 +0200 Subject: [PATCH] fix typo that broke predefined text input --- Aquaria/DSQ.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Aquaria/DSQ.cpp b/Aquaria/DSQ.cpp index 9e66985..0c14d1b 100644 --- a/Aquaria/DSQ.cpp +++ b/Aquaria/DSQ.cpp @@ -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;