删除日志

This commit is contained in:
shenjianxing 2025-03-07 17:39:31 +08:00
parent 90d289242f
commit 5e0af963c2

View File

@ -306,7 +306,6 @@ namespace HighlightPlus {
if (isActiveAndEnabled && triggerMode == TriggerMode.ColliderEventsOnlyOnThisObject) {
if (!CanInteract()) return;
Debug.Log("进入");
hb.outline = 1;
Highlight(true);
}
@ -317,7 +316,6 @@ namespace HighlightPlus {
if (isActiveAndEnabled && triggerMode == TriggerMode.ColliderEventsOnlyOnThisObject) {
if (!CanInteract()) return;
Debug.Log("退出");
hb.outline = 1;
Highlight(false);
}