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:
@ -119,7 +119,9 @@ 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