summaryrefslogtreecommitdiffstats
path: root/Editor/tooner.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/tooner.cs')
-rw-r--r--Editor/tooner.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs
index 23fdafa..c3732cd 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -1613,11 +1613,10 @@ public class ToonerGUI : ShaderGUI {
bc,
"Shadows strength");
- bc = FindProperty("_Mip_Multiplier");
+ bc = FindProperty("_Global_Sample_Bias");
editor.FloatProperty(
bc,
- "Mipmap multiplier");
- bc.floatValue = (float) Math.Max(1E-6, bc.floatValue);
+ "Global mipmap bias");
bc = FindProperty("_Proximity_Dimming_Enable_Static");
bool enabled = bc.floatValue > 1E-6;