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

summaryrefslogtreecommitdiff
path: root/source/game/StarInterpolationTracker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarInterpolationTracker.cpp')
-rw-r--r--source/game/StarInterpolationTracker.cpp2
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);