Przeglądaj źródła

Bugfix: Shadow bias field is now properly displayed in the Light inspector

BearishSun 8 lat temu
rodzic
commit
1f432971fa

+ 1 - 0
Source/MBansheeEditor/Inspectors/LightInspector.cs

@@ -95,6 +95,7 @@ namespace BansheeEditor
                 Layout.AddElement(spotFalloffAngleField);
                 Layout.AddElement(autoAttenuationField);
                 Layout.AddElement(castShadowField);
+                Layout.AddElement(shadowBiasField);
 
                 ToggleTypeSpecificFields(light.Type, light.UseAutoAttenuation, light.CastsShadow);
             }