mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #2572 from acemod/fixClickExplosivePlace
Delay one frame when selecting explosives
This commit is contained in:
commit
ebcc540943
@ -45,7 +45,7 @@ _children = [];
|
||||
format ["Explosive_%1", _forEachIndex],
|
||||
format [_name + " (%1)", _itemCount select _forEachIndex],
|
||||
getText(_x >> "picture"),
|
||||
{_this call FUNC(setupExplosive);},
|
||||
{[{_this call FUNC(setupExplosive)}, _this] call EFUNC(common,execNextFrame)},
|
||||
{true},
|
||||
{},
|
||||
(configName _x)
|
||||
|
Loading…
Reference in New Issue
Block a user