Fix game build

This commit is contained in:
Wojtek Figat
2021-06-14 10:44:46 +02:00
parent 22c62439ee
commit aec071689a

View File

@@ -33,7 +33,9 @@ public:
AnimationsService AnimationManagerInstance;
Array<AnimatedModel*> UpdateList;
TaskGraphSystem* Animations::System = nullptr;
#if USE_EDITOR
Delegate<Asset*, ScriptingObject*, uint32, uint32> Animations::DebugFlow;
#endif
bool AnimationsService::Init()
{