fixup! Blend duration can now be 0.0

Commited input test stuff
This commit is contained in:
viktorljung
2016-03-04 02:30:05 +01:00
parent 49802fed91
commit 1ff91a5c5d
2 changed files with 0 additions and 42 deletions
@@ -28,8 +28,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;
};