mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix a bug in place after anim adjustment
This commit is contained in:
parent
3e2ef7ba36
commit
8ecd44b9f2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user