Removed Debug.Log

This commit is contained in:
2025-04-09 18:18:19 +02:00
parent b5dcad5614
commit 6016f1cf38
@@ -68,7 +68,6 @@ public partial class Player3D : CharacterBody3D
float Y = inputDir.Y;
_lastDirection = new Vector2(X, Y);
Debug.Print(_lastDirection.ToString());
if (X != 0)
{