mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix stop gesture keybind (#4354)
This commit is contained in:
@ -14,6 +14,9 @@ if (!hasInterface) exitWith {};
|
|||||||
};
|
};
|
||||||
|
|
||||||
private _code = compile format [QUOTE('%1' call FUNC(playSignal)), _signalName];
|
private _code = compile format [QUOTE('%1' call FUNC(playSignal)), _signalName];
|
||||||
|
if (_currentName == "Stop") then {
|
||||||
|
_code = compile format [QUOTE('%1' call FUNC(playSignal)), "BIgestureFreeze"];
|
||||||
|
};
|
||||||
|
|
||||||
TRACE_4("Adding KeyBind",_currentName,_signalName,_code,_key);
|
TRACE_4("Adding KeyBind",_currentName,_signalName,_code,_key);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user