Skip to content

Commit 9eb7833

Browse files
committed
make sure to set isClosing=false when window opens
1 parent b6dbdd2 commit 9eb7833

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editor/Scripts/HeapExplorerWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ static void Create()
148148

149149
void OnEnable()
150150
{
151+
isClosing = false;
151152
titleContent = new GUIContent(HeGlobals.k_Title);
152153
minSize = new Vector2(800, 600);
153154
snapshotPath = "";

0 commit comments

Comments
 (0)