mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Interaction - Use animateSource
instead of animate
for interaction anims (#10249)
Use animateSource instead of animate
This commit is contained in:
parent
fb177e43c5
commit
008606f636
@ -125,7 +125,7 @@ private _statement = {
|
||||
|
||||
if (!_success) exitWith {};
|
||||
|
||||
_target animate [_anim, _phase, true];
|
||||
_target animateSource [_anim, _phase, true];
|
||||
},
|
||||
{},
|
||||
_text,
|
||||
|
Loading…
Reference in New Issue
Block a user