Reset mobj interp state on add

This commit is contained in:
Eidolon 2022-04-21 23:56:54 -05:00
parent b18e53417a
commit 5e4a57b45c

View file

@ -72,6 +72,8 @@ static void AddInterpolatedMobj(mobj_t *mobj)
interpolated_mobjs[interpolated_mobjs_len] = mobj;
interpolated_mobjs_len += 1;
P_ResetMobjInterpolationState(mobj);
}
static void RemoveInterpolatedMobj(mobj_t *mobj)