Move buttonHide above panel fill in loadoutsClose

This commit is contained in:
Josuan Albin
2017-10-25 19:07:19 +02:00
parent b842750b0f
commit 7e78628e9a

View File

@ -12,6 +12,6 @@ private _mouseBlockCtrl = _arsenalDisplay displayCtrl IDC_mouseBlock;
_mouseBlockCtrl ctrlEnable false;
_mouseBlockCtrl ctrlCommit 0;
[_arsenalDisplay , _arsenalDisplay displayCtrl GVAR(currentLeftPanel)] call FUNC(fillLeftPanel);
[_arsenalDisplay] call FUNC(buttonHide);
[_arsenalDisplay] call FUNC(buttonHide);
[_arsenalDisplay , _arsenalDisplay displayCtrl GVAR(currentLeftPanel)] call FUNC(fillLeftPanel);