summaryrefslogtreecommitdiff
path: root/Animation.c
diff options
context:
space:
mode:
Diffstat (limited to 'Animation.c')
-rw-r--r--Animation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Animation.c b/Animation.c
index 3ce79dc..a67c22e 100644
--- a/Animation.c
+++ b/Animation.c
@@ -76,7 +76,6 @@ Animation_pushEvent(Animation* anim, u32 startFrame, u32 endFrame, PixelRenderer
void
Animation_render(Animation* anim) {
for (int currFrame = 0; currFrame < anim->frameCount; ++currFrame) {
-
if (anim->events != NULL)
for (i32 r = 0; r < anim->frameBuffer.width; ++r)
for (i32 c = 0; c < anim->frameBuffer.height; ++c) {