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:
parent
1caea46d60
commit
0d81ce34e2
@ -14,6 +14,9 @@ if (!hasInterface) exitWith {};
|
||||
};
|
||||
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user