summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-05-26 15:21:28 -0700
committeryum <yum.food.vr@gmail.com>2024-05-26 15:21:28 -0700
commit225ff402428d2d37c150028bf129f7450368c058 (patch)
treebe123318db6f599765b30d3b34af442a742a4cec /Editor
parent9f2e14e8b6467406c94628a14071f633f84aa95f (diff)
PBR overlay bugfixes
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;