mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix CBA_fnc_getActiveFeatureCamera call (#6660)
This commit is contained in:
parent
b84b83ec7a
commit
86b4f08101
@ -18,7 +18,7 @@
|
|||||||
// Handle the ThreeDen Editor Camera
|
// Handle the ThreeDen Editor Camera
|
||||||
if (is3DEN) exitWith {true};
|
if (is3DEN) exitWith {true};
|
||||||
|
|
||||||
private _isFeatureCamera = call CBA_fnc_getFeatureCameraActive != "";
|
private _isFeatureCamera = call CBA_fnc_getActiveFeatureCamera != "";
|
||||||
if (GVAR(showInThirdPerson)) then {
|
if (GVAR(showInThirdPerson)) then {
|
||||||
cameraView in ["GROUP"] || _isFeatureCamera
|
cameraView in ["GROUP"] || _isFeatureCamera
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user