Skip to content

Commit 9e8f2b4

Browse files
authored
Merge pull request #9349 from Cameron-Micka/user/thmicka/fixShaderInspectorState
Re-enabling shader inspector for later properties.
2 parents 1c30301 + 080d2f6 commit 9e8f2b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/MRTK/Core/Inspectors/MixedRealityStandardShaderGUI.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,8 @@ protected void AdvancedOptions(MaterialEditor materialEditor, Material material)
713713

714714
materialEditor.EnableInstancingField();
715715

716+
GUI.enabled = true;
717+
716718
materialEditor.ShaderProperty(stencil, Styles.stencil);
717719

718720
if (PropertyEnabled(stencil))

0 commit comments

Comments
 (0)