Skip to content

Commit d7d5fc3

Browse files
committed
removed Thread.Sleep from NativeObjectsControl
1 parent c3f0dfa commit d7d5fc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Editor/Scripts/NativeObjectsView/NativeObjectsControl.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ public TreeViewItem BuildTree(PackedMemorySnapshot snapshot, BuildArgs buildArgs
173173
if (window.isClosing) // the window is closing
174174
break;
175175

176-
Thread.Sleep(10);
177-
178176
var no = m_Snapshot.nativeObjects[n];
179177
if (!buildArgs.CanAdd(no))
180178
continue;

0 commit comments

Comments
 (0)