mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 22:27:45 +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)
|
if (equals)
|
||||||
{
|
{
|
||||||
|
GUI.BringWindowToFront(window.windowID);
|
||||||
|
GUI.FocusWindow(window.windowID);
|
||||||
return window;
|
return window;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user