diff options
| author | Syndamia <kamen@syndamia.com> | 2026-03-16 20:59:04 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2026-03-16 20:59:04 +0200 |
| commit | 56099072165578b505a6c81e187cf392b9bd5a2e (patch) | |
| tree | 3ead55a36ec5554ec5f8a01a1bc3797d275b6bb6 /AnimationInterpolate.h | |
| parent | 3e9c46f82430d7bb609cebb57be17c26cba4acb5 (diff) | |
| download | ppm_graphics-caf5dfec5eb1bd52e07d980e5ae0875615052d2a.tar ppm_graphics-caf5dfec5eb1bd52e07d980e5ae0875615052d2a.tar.gz ppm_graphics-caf5dfec5eb1bd52e07d980e5ae0875615052d2a.zip | |
fix: Rework interpolation to use newly introduced start and end frame timesv0.1
Diffstat (limited to 'AnimationInterpolate.h')
| -rw-r--r-- | AnimationInterpolate.h | 3 |
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; |
