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 c4c9091..5bb21f9 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -99,7 +99,7 @@ public class ToonerGUI : ShaderGUI {
}
void DoPBROverlay() {
- for (int i = 0; i < 2; i++) {
+ for (int i = 0; i < 4; i++) {
GUILayout.Label($"PBR overlay {i}", EditorStyles.boldLabel);
EditorGUI.indentLevel += 1;