We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89236c0 commit cb33cf6Copy full SHA for cb33cf6
Assets/X-PostProcessing/Effects/DualKawaseBlur/Editor/DualKawaseBlurEditor.cs
@@ -37,7 +37,6 @@ public override string GetDisplayTitle()
37
38
public override void OnInspectorGUI()
39
{
40
- EditorUtilities.DrawHeaderLabel("Core Property");
41
PropertyField(BlurRadius);
42
PropertyField(Iteration);
43
PropertyField(RTDownScaling);
0 commit comments