Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarPlant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarPlant.cpp')
-rw-r--r--source/game/StarPlant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarPlant.cpp b/source/game/StarPlant.cpp
index d0c6efe..f26c73a 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(WorldTimestep);
+ m_netGroup.tickNetInterpolation(GlobalTimestep);
}
}