Update StarWorldServer.cpp
This commit is contained in:
parent
9dc1eb7312
commit
758a900e51
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user