diff options
Diffstat (limited to 'AnimationInterpolate.h')
| -rw-r--r-- | AnimationInterpolate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AnimationInterpolate.h b/AnimationInterpolate.h index c033525..4e83054 100644 --- a/AnimationInterpolate.h +++ b/AnimationInterpolate.h @@ -15,7 +15,7 @@ struct A_Interpolate { void (*interpolate)(void* value, const void* initialState, const void* finalState, double percentage); }; -ARGB A_Interpolate(const Animation* anim, u32 frameIndex, ARGB pixel, i32 r, i32 c, void* priv); +ARGB A_Interpolate(const Animation* anim, PixelRendererParams params); void AO_LineInterpolate(void* valueLine, const void* initialLine, const void* finalLine, double percentage); |
