This commit is contained in:
Mikhail 2024-10-11 23:32:13 +08:00
parent 8ccd95ea0f
commit 9cabcf13da

View File

@ -153,7 +153,7 @@ namespace DCFApixels.DragonECS.Unity.RefRepairer.Editors
private void OnGUI() private void OnGUI()
{ {
//if (_panel == null) if (_panel == null)
{ {
_panel = new GUIStyle(); _panel = new GUIStyle();
_panel.padding = new RectOffset(5, 5, 5, 5); _panel.padding = new RectOffset(5, 5, 5, 5);