summaryrefslogtreecommitdiffstats
path: root/Editor/tooner.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/tooner.cs')
-rw-r--r--Editor/tooner.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs
index 76aaffc..3673e8c 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -341,8 +341,7 @@ public class ToonerGUI : ShaderGUI {
bc = FindProperty($"_Decal{i}_UV_Select");
editor.RangeProperty(
bc,
- "UV");
-
+ "UV channel");
}
EditorGUI.indentLevel -= 1;