mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Pass arsenal dispay to displayOpened event (#6109)
This commit is contained in:
parent
5bef98d4ff
commit
e8da3e6435
@ -172,7 +172,7 @@ GVAR(currentWeaponType) = switch true do {
|
||||
default {-1};
|
||||
};
|
||||
|
||||
[QGVAR(displayOpened), []] call CBA_fnc_localEvent;
|
||||
[QGVAR(displayOpened), [_display]] call CBA_fnc_localEvent;
|
||||
|
||||
//--------------- Fade out unused elements
|
||||
private _mouseBlockCtrl = _display displayCtrl IDC_mouseBlock;
|
||||
|
Loading…
Reference in New Issue
Block a user