mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3259 from acemod/fix3denGoggles
Fix ACE_goggle changing the tint on the 3den camera
This commit is contained in:
commit
c967bd1ace
@ -15,6 +15,9 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
// Handle the ThreeDen Editor Camera
|
||||
if ((!isNil {is3DEN}) && {is3DEN}) exitWith {true};
|
||||
|
||||
if (GVAR(showInThirdPerson)) then {
|
||||
cameraView in ["GROUP"] || EFUNC(common,isFeatureCameraActive)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user