mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 00:07:52 +08:00
2.0.6
This commit is contained in:
@ -48,7 +48,7 @@ namespace Explorer.UI.Shared
|
||||
{
|
||||
IsMouseInResizeArea = true;
|
||||
|
||||
if (InputManager.GetMouseButton(0))
|
||||
if (InputManager.GetMouseButtonDown(0))
|
||||
{
|
||||
IsResizing = true;
|
||||
m_currentWindow = ID;
|
||||
|
Reference in New Issue
Block a user