From 9d9c6f88e1a8adbf4efc06089c8ad71c853f7d7a Mon Sep 17 00:00:00 2001 From: SmallFox <2806143047@qq.com> Date: Sun, 31 May 2026 12:18:01 +0800 Subject: 测试,小改一下,尝试找到视角异常问题 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 注释太晃眼睛了,下个版本准备删了 --- Assets/Scripts/PlayerLocomotion.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Assets/Scripts/PlayerLocomotion.cs') diff --git a/Assets/Scripts/PlayerLocomotion.cs b/Assets/Scripts/PlayerLocomotion.cs index 449dfc7..5203432 100644 --- a/Assets/Scripts/PlayerLocomotion.cs +++ b/Assets/Scripts/PlayerLocomotion.cs @@ -234,6 +234,7 @@ namespace DS // 应用旋转 myTransform.rotation = targetRotation; } + #endregion } -- cgit