alternative view model rendering mode with rescaled weapon
This commit is contained in:
@@ -219,6 +219,8 @@ namespace Game
|
||||
|
||||
globals.SetValue("Scene Lighting", boolValue);
|
||||
|
||||
// TODO: make sure AO is disabled (it's not)
|
||||
|
||||
Light[] lights = Level.GetActors<Light>();
|
||||
foreach (Light light in lights)
|
||||
light.IsActive = boolValue;
|
||||
|
||||
Reference in New Issue
Block a user