From caf7abebfe784a94fbc0e6b51e49cfeab91bf96a Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:31:20 +1100 Subject: change tickNetInterpolation calls to use dt value --- source/game/StarPlant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/game/StarPlant.cpp') 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); } } -- cgit v1.2.3