breakpoint

This commit is contained in:
CortexCore
2023-06-17 16:30:53 +08:00
parent cd02761be7
commit 877ba6e548
88 changed files with 8715 additions and 988 deletions

View File

@@ -243,7 +243,7 @@ namespace Utilities.AssetsCache
private void ResizeScrollView()
{
GUI.DrawTexture(_cursorChangeRect, null);
//GUI.DrawTexture(_cursorChangeRect, null);
EditorGUIUtility.AddCursorRect(_cursorChangeRect, MouseCursor.ResizeHorizontal);
if (Event.current.type == EventType.MouseDown && _cursorChangeRect.Contains(Event.current.mousePosition))