Skip to content

Commit

Permalink
インスペクタの無効化を解除
Browse files Browse the repository at this point in the history
  • Loading branch information
hkmt-mmy committed Jan 29, 2025
1 parent 506cd3f commit f3358d4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ public override void OnInspectorGUI()
if (GUILayout.Button("Apply"))
MenuActions.ApplyAction(data);

GUI.enabled = false;
base.OnInspectorGUI();
GUI.enabled = true;
}
}
}

0 comments on commit f3358d4

Please sign in to comment.