From bc0339ef792df8580d155fbcb7321b2659355905 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 13 Sep 2024 17:06:51 -0700 Subject: Always show LTCGI settings --- Editor/tooner.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Editor') 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; } -- cgit v1.2.3