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