diff options
| author | SmallFox <2806143047@qq.com> | 2026-05-31 12:18:01 +0800 |
|---|---|---|
| committer | SmallFox <2806143047@qq.com> | 2026-05-31 12:18:01 +0800 |
| commit | 9d9c6f88e1a8adbf4efc06089c8ad71c853f7d7a (patch) | |
| tree | 9d2af3ef366d1efa9f03c22239f00ae038db61c1 /Assets/Scripts | |
| parent | 2104e2384345e20dfc41a525f706d76ccb5bbc1a (diff) | |
测试,小改一下,尝试找到视角异常问题
注释太晃眼睛了,下个版本准备删了
Diffstat (limited to 'Assets/Scripts')
| -rw-r--r-- | Assets/Scripts/PlayerLocomotion.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
