浏览代码

Remove log messages when resizing inspector

/main
Peter Bay Bastian 7 年前
当前提交
a5f98a7d
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Manipulators/ResizeSideHandle.cs

2
MaterialGraphProject/Assets/UnityShaderEditor/Editor/Drawing/Manipulators/ResizeSideHandle.cs


{
newLayout.width = Mathf.Max(newLayout.width + normalizedResizeDelta.x, 60f);
normalizedResizeDelta.x = 0f;
Debug.Log("Not moving horizontally");
}
if (!moveWhileresizerVertical)

Debug.Log("Not moving vertically");
}
float previousFarX = m_ResizeTarget.layout.x + m_ResizeTarget.layout.width;

正在加载...
取消
保存