summaryrefslogtreecommitdiff
path: root/AnimationInterpolate.h
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2026-03-16 20:59:04 +0200
committerSyndamia <kamen@syndamia.com>2026-03-16 20:59:04 +0200
commit56099072165578b505a6c81e187cf392b9bd5a2e (patch)
tree3ead55a36ec5554ec5f8a01a1bc3797d275b6bb6 /AnimationInterpolate.h
parent3e9c46f82430d7bb609cebb57be17c26cba4acb5 (diff)
downloadppm_graphics-0.1.tar
ppm_graphics-0.1.tar.gz
ppm_graphics-0.1.zip
fix: Rework interpolation to use newly introduced start and end frame timesv0.1
Diffstat (limited to 'AnimationInterpolate.h')
-rw-r--r--AnimationInterpolate.h3
1 files changed, 0 insertions, 3 deletions
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;