It "works"

It's a buggy mess but it's a working buggy mess
This commit is contained in:
Pasha Bibko
2025-04-03 13:06:55 +01:00
parent d0de96ae0a
commit 653876e56e
8 changed files with 95 additions and 15 deletions

View File

@@ -39,7 +39,6 @@ public partial class PlayerMovement : MonoBehaviour
else
{
Debug.LogError("SOMETHING WENT WRONG");
normal = Vector3.zero;
return false;
}