From 52bf19a946008c0f88abb536b74c87347ad79c87 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Thu, 26 May 2022 11:17:27 +0800 Subject: [PATCH] Update PointerLongPress.cs --- Assets/TEngine/Runtime/UI/MonoExtend/PointerLongPress.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }