mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-10 14:03:30 +08:00
WindowManager.cs, restore 2 lines accidentally deleted
This commit is contained in:
@ -120,6 +120,8 @@ namespace Explorer
|
|||||||
|
|
||||||
if (equals)
|
if (equals)
|
||||||
{
|
{
|
||||||
|
GUI.BringWindowToFront(window.windowID);
|
||||||
|
GUI.FocusWindow(window.windowID);
|
||||||
return window;
|
return window;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user