Skip to content

Commit

Permalink
Merge pull request #2574 from acemod/fixClickExplosivePlace
Browse files Browse the repository at this point in the history
Delay one frame when selecting explosives
  • Loading branch information
PabstMirror committed Sep 22, 2015
2 parents 6702a1f + 5add8d6 commit 3c9e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/explosives/functions/fnc_addExplosiveActions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3c9e189

Please sign in to comment.