diff options
Diffstat (limited to 'source/game/StarMonster.cpp')
-rw-r--r-- | source/game/StarMonster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarMonster.cpp b/source/game/StarMonster.cpp index 9d5bc7a..7e4e399 100644 --- a/source/game/StarMonster.cpp +++ b/source/game/StarMonster.cpp @@ -466,7 +466,7 @@ void Monster::update(float dt, uint64_t) { m_statusController->tickMaster(dt); updateStatus(dt); } else { - m_netGroup.tickNetInterpolation(WorldTimestep); + m_netGroup.tickNetInterpolation(GlobalTimestep); m_statusController->tickSlave(dt); updateStatus(dt); |