diff options
| author | yum <yum.food.vr@gmail.com> | 2024-05-26 15:21:28 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-05-26 15:21:28 -0700 |
| commit | 225ff402428d2d37c150028bf129f7450368c058 (patch) | |
| tree | be123318db6f599765b30d3b34af442a742a4cec /Editor | |
| parent | 9f2e14e8b6467406c94628a14071f633f84aa95f (diff) | |
PBR overlay bugfixes
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 2 |
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; |
