修复编译问题

This commit is contained in:
2026-06-24 13:45:48 +08:00
parent 6783ab1657
commit 18de448f43
+3 -3
View File
@@ -2,7 +2,6 @@ using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using XericLibrary.Runtime.MacroLibrary;
using XericLibraryEditor.Debug;
using System;
namespace XericUI.VisualForm
@@ -858,8 +857,9 @@ namespace XericUI.VisualForm
Vector2 center = pixelSafeZone.center;
Vector3 size = new Vector3(pixelSafeZone.width, pixelSafeZone.height, 0.001f);
canvas.DrawGizmosCanvasRect_Warn(pixelSafeZone);
// ReSharper disable once InvokeAsExtensionMethod
XericLibraryEditor.Debug.MacroGizmosDraw.DrawGizmosCanvasRect_Warn(canvas, pixelSafeZone);
}
#endif