From 03ea9bcf40607eff39b1dc781462cc730c572471 Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Fri, 4 Mar 2016 03:00:03 +0100 Subject: [PATCH] fixup! Duration no longer needed --- src/Game/Systems/Weapon/AssaultWeaponBehaviour.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Game/Systems/Weapon/AssaultWeaponBehaviour.cpp b/src/Game/Systems/Weapon/AssaultWeaponBehaviour.cpp index fa1b3ca2..e181daf6 100644 --- a/src/Game/Systems/Weapon/AssaultWeaponBehaviour.cpp +++ b/src/Game/Systems/Weapon/AssaultWeaponBehaviour.cpp @@ -211,7 +211,6 @@ void AssaultWeaponBehaviour::fireBullet(ComponentWrapper cWeapon, WeaponInfo& wi eFireBlend.NodeName = "Fire"; eFireBlend.Restart = true; eFireBlend.Start = true; - eFireBlend.Duration = 0.0001; m_EventBroker->Publish(eFireBlend); Events::AutoAnimationBlend eIdleBlend;