summaryrefslogtreecommitdiffstats
path: root/Editor
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-09-13 17:06:51 -0700
committeryum <yum.food.vr@gmail.com>2024-09-13 17:06:51 -0700
commitbc0339ef792df8580d155fbcb7321b2659355905 (patch)
treec3b2c7a6b4786e76349a9d13dee9470779d64fc0 /Editor
parent7875e0a656a4bc8802ce7365baa34be3be20dac4 (diff)
Always show LTCGI settings
Diffstat (limited to 'Editor')
-rw-r--r--Editor/tooner.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs
index 9c07691..24c693e 100644
--- a/Editor/tooner.cs
+++ b/Editor/tooner.cs
@@ -2026,7 +2026,6 @@ public class ToonerGUI : ShaderGUI {
EditorGUI.indentLevel -= 1;
}
-#if LTCGI_INCLUDED
bc = FindProperty("_LTCGI_Enabled");
enabled = bc.floatValue > 1E-6;
EditorGUI.BeginChangeCheck();
@@ -2044,7 +2043,6 @@ public class ToonerGUI : ShaderGUI {
editor.ColorProperty(bc, "Diffuse color (RGB)");
EditorGUI.indentLevel -= 1;
}
-#endif
EditorGUI.indentLevel -= 1;
}