diff --git a/Assets/TEngine/Runtime/UI/MonoExtend/PointerLongPress.cs b/Assets/TEngine/Runtime/UI/MonoExtend/PointerLongPress.cs index 2e0a9382..0130bd03 100644 --- a/Assets/TEngine/Runtime/UI/MonoExtend/PointerLongPress.cs +++ b/Assets/TEngine/Runtime/UI/MonoExtend/PointerLongPress.cs @@ -102,7 +102,7 @@ namespace TEngine } } - //Core.ULogger.LogInfo("value:" + value + ",长按持续时间:" + _curTime); + //TLogger.LogInfo("value:" + value + ",长按持续时间:" + _curTime); _curCallTime = 0; onLongPress?.Invoke(Mathf.FloorToInt(value)); }