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 4623e9f..7610e5b 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -500,7 +500,7 @@ public class ToonerGUI : ShaderGUI {
}
void DoRimLighting() {
- for (int i = 0; i < 2; i++) {
+ for (int i = 0; i < 4; i++) {
GUILayout.Label($"Rim lighting {i}", EditorStyles.boldLabel);
EditorGUI.indentLevel += 1;