diff options
Diffstat (limited to 'source/game/StarPlant.cpp')
-rw-r--r-- | source/game/StarPlant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarPlant.cpp b/source/game/StarPlant.cpp index 6f1dece..7b4e426 100644 --- a/source/game/StarPlant.cpp +++ b/source/game/StarPlant.cpp @@ -733,7 +733,7 @@ void Plant::update(float dt, uint64_t) { m_windLevel += damageEffectPercentage * 20; } - m_netGroup.tickNetInterpolation(GlobalTimestep); + m_netGroup.tickNetInterpolation(dt); } } |