Loading anim/include/anim/animator.hpp +0 −7 Original line number Diff line number Diff line Loading @@ -14,10 +14,6 @@ struct Animator : public com::Runner { static inline std::string self_name() { return "animator.run"; } /// TODO: remove these static members static float blending_factor_alpha; static bool select_animation_a; Animator() : com::Runner{ self_name() } {} void next_round() override; Loading @@ -25,9 +21,6 @@ struct Animator : public com::Runner protected: void initialize() override; void release() override; private: double m_previous_time = 0.0; }; } anim/src/animator.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,6 @@ namespace anim { float Animator::blending_factor_alpha = 0.f; bool Animator::select_animation_a = true; void Animator::initialize() { osi::updaters()->push_back<com::Link>(name() + ".link", this); Loading Loading
anim/include/anim/animator.hpp +0 −7 Original line number Diff line number Diff line Loading @@ -14,10 +14,6 @@ struct Animator : public com::Runner { static inline std::string self_name() { return "animator.run"; } /// TODO: remove these static members static float blending_factor_alpha; static bool select_animation_a; Animator() : com::Runner{ self_name() } {} void next_round() override; Loading @@ -25,9 +21,6 @@ struct Animator : public com::Runner protected: void initialize() override; void release() override; private: double m_previous_time = 0.0; }; }
anim/src/animator.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,6 @@ namespace anim { float Animator::blending_factor_alpha = 0.f; bool Animator::select_animation_a = true; void Animator::initialize() { osi::updaters()->push_back<com::Link>(name() + ".link", this); Loading