From 58672c01049e1b387fe7ef29b6d4e9ca15547dbf Mon Sep 17 00:00:00 2001 From: Vectozavr <60608292+vectozavr@users.noreply.github.com> Date: Sun, 3 Oct 2021 01:18:39 +0700 Subject: [PATCH] Animation refactoring: now we have 1 common timeline with huge list of animation. --- engine/animation/Timeline.h | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/animation/Timeline.h b/engine/animation/Timeline.h index bcf86cf..3c522e2 100644 --- a/engine/animation/Timeline.h +++ b/engine/animation/Timeline.h @@ -8,7 +8,6 @@ #include "Animation.h" namespace Timeline { - // TODO: replace Animation* anim on shared ptr or Animation with std::move() void update(); void animate(const std::string& listName, Animation* anim);