diff options
Diffstat (limited to 'Editor/tooner.cs')
| -rw-r--r-- | Editor/tooner.cs | 3 |
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; |
