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