mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'interact_menu' of github.com:KoffeinFlummi/ACE3 into nouInteractionMenu
This commit is contained in:
commit
1cb8da4c21
@ -4,7 +4,8 @@
|
|||||||
_fnc = {
|
_fnc = {
|
||||||
_this call FUNC(render);
|
_this call FUNC(render);
|
||||||
};
|
};
|
||||||
[_fnc, 0, []] call cba_fnc_addPerFrameHandler;
|
// [_fnc, 0, []] call cba_fnc_addPerFrameHandler;
|
||||||
|
addMissionEventHandler ["Draw3D", _fnc];
|
||||||
|
|
||||||
_fnc = {
|
_fnc = {
|
||||||
_this call FUNC(probe);
|
_this call FUNC(probe);
|
||||||
|
Loading…
Reference in New Issue
Block a user