summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
Diffstat (limited to 'Editor')
-rw-r--r--Editor/tooner.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs
index 8368b55..a9d53b5 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -132,7 +132,7 @@ public class ToonerGUI : ShaderGUI {
void DoCubemap() {
MaterialProperty bc = FindProperty("_Cubemap");
editor.TexturePropertySingleLine(
- MakeLabel(bc, "Cubemap"),
+ MakeLabel(bc, "Specular override cubemap"),
bc);
SetKeyword("_CUBEMAP", bc.textureValue);
}