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 d02ed86 commit c3ddf0fCopy full SHA for c3ddf0f
com.unity.template.hdrp-blank/Assets/TutorialInfo/Scripts/Editor/ReadmeEditor.cs
@@ -154,8 +154,6 @@ public override void OnInspectorGUI()
154
}
155
156
157
- bool m_Initialized;
158
-
159
GUIStyle LinkStyle
160
{
161
get { return m_LinkStyle; }
@@ -219,8 +217,6 @@ void Init()
219
217
220
218
m_ButtonStyle = new GUIStyle(EditorStyles.miniButton);
221
m_ButtonStyle.fontStyle = FontStyle.Bold;
222
223
- m_Initialized = true;
224
225
226
bool LinkLabel(GUIContent label, params GUILayoutOption[] options)
0 commit comments