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

summaryrefslogtreecommitdiff
path: root/source/game/StarVehicle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarVehicle.cpp')
-rw-r--r--source/game/StarVehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarVehicle.cpp b/source/game/StarVehicle.cpp
index a253de1..0aec750 100644
--- a/source/game/StarVehicle.cpp
+++ b/source/game/StarVehicle.cpp
@@ -285,7 +285,7 @@ void Vehicle::update(float dt, uint64_t) {
}
}
} else {
- m_netGroup.tickNetInterpolation(GlobalTimestep);
+ m_netGroup.tickNetInterpolation(dt);
m_movementController.tickSlave(dt);