diff options
Diffstat (limited to 'source/game/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); |