Interaction - Use animateSource instead of animate for interaction anims (#10249)

Use animateSource instead of animate
This commit is contained in:
johnb432 2024-08-25 01:59:01 +02:00 committed by GitHub
parent fb177e43c5
commit 008606f636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ private _statement = {
if (!_success) exitWith {}; if (!_success) exitWith {};
_target animate [_anim, _phase, true]; _target animateSource [_anim, _phase, true];
}, },
{}, {},
_text, _text,