From af9f6ae727a15b965789717047a52e6857a3bd8d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 28 Mar 2026 22:26:34 +0200 Subject: feat: Better timing handling --- AnimationRender/F_Draw.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'AnimationRender/F_Draw.h') diff --git a/AnimationRender/F_Draw.h b/AnimationRender/F_Draw.h index 729cec9..5150347 100644 --- a/AnimationRender/F_Draw.h +++ b/AnimationRender/F_Draw.h @@ -6,8 +6,6 @@ #include "FrameCallback.h" typedef struct Draw { - u32 startFrame; - u32 endFrame; const PixelCallback** callbacks; usize sizeCallbacks; } Draw; -- cgit v1.2.3