mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add a missing 'private'
This commit is contained in:
parent
fad44e38a6
commit
bd41260fa8
@ -348,7 +348,7 @@ GVAR(OldIsCamera) = false;
|
||||
BEGIN_COUNTER(stateChecker);
|
||||
|
||||
// "activeCameraChanged" event
|
||||
_data = call FUNC(isfeatureCameraActive);
|
||||
private _data = call FUNC(isfeatureCameraActive);
|
||||
if !(_data isEqualTo GVAR(OldIsCamera)) then {
|
||||
// Raise ACE event locally
|
||||
GVAR(OldIsCamera) = _data;
|
||||
|
Loading…
Reference in New Issue
Block a user