mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Prevent the interact menu from closing when moving the mouse during animations
This commit is contained in:
parent
121663226c
commit
a86bbdb162
@ -116,8 +116,6 @@ if (GVAR(openedMenuType) >= 0) then {
|
|||||||
|
|
||||||
if(!_foundTarget && GVAR(actionSelected)) then {
|
if(!_foundTarget && GVAR(actionSelected)) then {
|
||||||
GVAR(actionSelected) = false;
|
GVAR(actionSelected) = false;
|
||||||
GVAR(expanded) = false;
|
|
||||||
GVAR(lastPath) = [];
|
|
||||||
};
|
};
|
||||||
for "_i" from GVAR(iconCount) to (count GVAR(iconCtrls))-1 do {
|
for "_i" from GVAR(iconCount) to (count GVAR(iconCtrls))-1 do {
|
||||||
ctrlDelete (GVAR(iconCtrls) select _i);
|
ctrlDelete (GVAR(iconCtrls) select _i);
|
||||||
|
Loading…
Reference in New Issue
Block a user