mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 00:07:52 +08:00
Better number ToString formatting, cleanups
This commit is contained in:
@ -120,6 +120,9 @@ namespace UnityExplorer.UI.Panels
|
||||
else
|
||||
RuntimeProvider.Instance.SetColorBlock(NavButton.Component, UIManager.disabledButtonColor, UIManager.disabledButtonColor * 1.2f);
|
||||
}
|
||||
|
||||
if (!active)
|
||||
this.Dragger.WasDragging = false;
|
||||
}
|
||||
|
||||
public override void Destroy()
|
||||
|
Reference in New Issue
Block a user