fix a bug in place after anim adjustment

This commit is contained in:
commy2 2018-01-02 16:04:21 +01:00
parent 3e2ef7ba36
commit 8ecd44b9f2

View File

@ -39,7 +39,7 @@ if (stance _unit == "STAND") then {
[{
(_this select 0) params ["_tripod", "_direction", "_position"];
if (_tripod animationPhase "slide_down_tripod" == 1) then {
if (_tripod animationPhase "slide_down_tripod" == 0.5) then {
_tripod setDir _direction;
_tripod setPosASL _position;