A TYPO!!!!!
This commit is contained in:
parent
1db9091f50
commit
9c7d35ee26
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user