Closed chrisnobrega closed 1 year ago
Cached LagCompensatedCount as readonly int in EntityClassData (already caching InterpolatedCount and FieldsCount in same location).
LagCompensatedCount
readonly int
EntityClassData
InterpolatedCount
FieldsCount
Updated EntityLogic to use LagCompensatedCount rather than recalculating the length every time.
EntityLogic
Cached
LagCompensatedCount
asreadonly int
inEntityClassData
(already cachingInterpolatedCount
andFieldsCount
in same location).Updated
EntityLogic
to useLagCompensatedCount
rather than recalculating the length every time.