Made the constructor's default value for _lightingMode be NO_SCENEVIEW_LIGHT
This commit is contained in:
@@ -40,7 +40,7 @@ SceneView::SceneView(DisplaySettings* ds)
|
||||
_fusionDistanceMode = PROPORTIONAL_TO_SCREEN_DISTANCE;
|
||||
_fusionDistanceValue = 1.0f;
|
||||
|
||||
_lightingMode=HEADLIGHT;
|
||||
_lightingMode=NO_SCENEVIEW_LIGHT;
|
||||
|
||||
_prioritizeTextures = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user