mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
There's a typo in the C# example code: MoveAndCollide(velocity * delta); should be MoveAndCollide(_velocity * delta);
There's a typo in the C# example code: MoveAndCollide(velocity * delta); should be MoveAndCollide(_velocity * delta);