diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-11-25 22:23:10 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-11-25 22:23:10 +1100 |
commit | 9c7d35ee26ea5f18dc50febaf3456fb711fe36d9 (patch) | |
tree | 2babe8551769eaf0c70f0a7c6ffe43951916548f | |
parent | 1db9091f503cd6f2348cef2e25fc34102687832c (diff) |
A TYPO!!!!!
-rw-r--r-- | source/game/StarInterpolationTracker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarInterpolationTracker.cpp b/source/game/StarInterpolationTracker.cpp index 494c52e..fb1188c 100644 --- a/source/game/StarInterpolationTracker.cpp +++ b/source/game/StarInterpolationTracker.cpp @@ -13,7 +13,7 @@ InterpolationTracker::InterpolationTracker(Json config) { } m_interpolationEnabled = config.getBool("interpolationEnabled", false); - m_entityUpdateDelta = config.getUInt("enittyUpdateDelta", 3); + m_entityUpdateDelta = config.getUInt("entityUpdateDelta", 3); m_stepLead = config.getUInt("stepLead", 0); m_extrapolationHint = config.getUInt("extrapolationHint", 0); m_stepTrackFactor = config.getDouble("stepTrackFactor", 1.0); |