Revert "1.31"

This reverts commit 7144b6a44c.
This commit is contained in:
sinaioutlander
2020-08-12 18:25:52 +10:00
parent 7144b6a44c
commit e58cf45e07
19 changed files with 453 additions and 598 deletions

View File

@ -142,11 +142,11 @@ namespace Explorer
// ============= Resize Window Helper ============
//static readonly GUIContent gcDrag = new GUIContent("<->");
static readonly GUIContent gcDrag = new GUIContent("<->");
//private static bool isResizing = false;
//private static Rect m_currentResize;
//private static int m_currentWindow;
private static bool isResizing = false;
private static Rect m_currentResize;
private static int m_currentWindow;
public static Rect ResizeWindow(Rect _rect, int ID)
{