소스 검색

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

BearishSun 8 년 전
부모
커밋
1f432971fa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Source/MBansheeEditor/Inspectors/LightInspector.cs

+ 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);
             }