Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/client
diff options
context:
space:
mode:
Diffstat (limited to 'source/client')
-rw-r--r--source/client/StarClientApplication.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/client/StarClientApplication.cpp b/source/client/StarClientApplication.cpp
index 0095a8e..6cc6cf1 100644
--- a/source/client/StarClientApplication.cpp
+++ b/source/client/StarClientApplication.cpp
@@ -897,9 +897,9 @@ void ClientApplication::updateRunning(float dt) {
config->set("zoomLevel", newZoom);
}
- if (m_controllerLeftStick.magnitudeSquared() > 0.001f)
- m_player->setMoveVector(m_controllerLeftStick);
- else
+ //if (m_controllerLeftStick.magnitudeSquared() > 0.001f)
+ // m_player->setMoveVector(m_controllerLeftStick);
+ //else
m_player->setMoveVector(Vec2F());
m_voice->setInput(m_input->bindHeld("opensb", "pushToTalk"));