diff --git a/Source/Engine/Animations/Animations.cpp b/Source/Engine/Animations/Animations.cpp index 179e710e4..efff52998 100644 --- a/Source/Engine/Animations/Animations.cpp +++ b/Source/Engine/Animations/Animations.cpp @@ -33,7 +33,9 @@ public: AnimationsService AnimationManagerInstance; Array UpdateList; TaskGraphSystem* Animations::System = nullptr; +#if USE_EDITOR Delegate Animations::DebugFlow; +#endif bool AnimationsService::Init() {