This commit is contained in:
viktorljung
2016-03-03 23:41:08 +01:00
parent 66c8a17b17
commit bebdacabb4
5 changed files with 538 additions and 400 deletions
@@ -10,7 +10,6 @@
#include "Rendering/Skeleton.h"
#include "Rendering/BlendTree.h"
#include "Rendering/EAutoAnimationBlend.h"
#include "../Input/EInputCommand.h"
#include "../Core/EntityWrapper.h"
#include "Rendering/AutoBlendQueue.h"
@@ -30,10 +29,6 @@ private:
EventRelay<AnimationSystem, Events::AutoAnimationBlend> m_EAutoAnimationBlend;
bool OnAutoAnimationBlend(Events::AutoAnimationBlend& e);
EventRelay<AnimationSystem, Events::InputCommand> m_EInputCommand;
bool OnInputCommand(const Events::InputCommand& e);
std::unordered_map<EntityWrapper, AutoBlendQueue> m_AutoBlendQueues;
};