diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-17 17:37:32 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-17 17:37:32 +1100 |
commit | 758a900e5149ff2cacc43ec1ed83d6b09f436ca0 (patch) | |
tree | dc1b97dadb2cdba0fc4a0038ff486d7aa42efe42 | |
parent | 9dc1eb7312a1bf5d8a606ac4e47395e5334e60f6 (diff) |
Update StarWorldServer.cpp
-rw-r--r-- | source/game/StarWorldServer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarWorldServer.cpp b/source/game/StarWorldServer.cpp index 876e98c..6543a75 100644 --- a/source/game/StarWorldServer.cpp +++ b/source/game/StarWorldServer.cpp @@ -567,6 +567,7 @@ void WorldServer::setExpiryTime(float expiryTime) { void WorldServer::update(float dt) { m_currentTime += dt; + ++m_currentStep; for (auto const& pair : m_clientInfo) pair.second->interpolationTracker.update(m_currentTime); |