mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 14:17:51 +08:00
WindowManager.cs, restore 2 lines accidentally deleted
This commit is contained in:
parent
535e88be9a
commit
c47974115b
@ -120,6 +120,8 @@ namespace Explorer
|
||||
|
||||
if (equals)
|
||||
{
|
||||
GUI.BringWindowToFront(window.windowID);
|
||||
GUI.FocusWindow(window.windowID);
|
||||
return window;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user