diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-08-13 16:23:01 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-08-13 16:23:01 +1000 |
commit | 8bef4abdbc7030c39d6c74aed6bc05b07189d5a1 (patch) | |
tree | 1c6f1a6ef2179fda69f024b4c0f434be875cf158 /source/client | |
parent | b39072f0715967d54f7b5ea9a67f128e2d98a340 (diff) |
Connection changes
Diffstat (limited to 'source/client')
-rw-r--r-- | source/client/StarClientApplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/StarClientApplication.cpp b/source/client/StarClientApplication.cpp index a8ab969..5f3d119 100644 --- a/source/client/StarClientApplication.cpp +++ b/source/client/StarClientApplication.cpp @@ -360,7 +360,7 @@ void ClientApplication::update() { m_guiContext->cleanup(); m_edgeKeyEvents.clear(); - m_input->reset(); + m_input->update(); } void ClientApplication::render() { |