From 56099072165578b505a6c81e187cf392b9bd5a2e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 16 Mar 2026 20:59:04 +0200 Subject: fix: Rework interpolation to use newly introduced start and end frame times --- AnimationInterpolate.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'AnimationInterpolate.h') diff --git a/AnimationInterpolate.h b/AnimationInterpolate.h index 4e83054..18ae841 100644 --- a/AnimationInterpolate.h +++ b/AnimationInterpolate.h @@ -4,9 +4,6 @@ #include "Animation.h" struct A_Interpolate { - u32 startFrame; - u32 endFrame; - void* initialValueTemp; size_t initialValueTempSize; -- cgit v1.2.3