From bccb547621d2f505c9239ca58037220b8da7f75d Mon Sep 17 00:00:00 2001 From: Hunter <60201971+HooferDevelops@users.noreply.github.com> Date: Wed, 20 Sep 2023 23:41:43 -0400 Subject: [PATCH] Fix indenting issue --- tutorials/physics/ray-casting.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/physics/ray-casting.rst b/tutorials/physics/ray-casting.rst index 7741ae9b5ac..7b07f1945d2 100644 --- a/tutorials/physics/ray-casting.rst +++ b/tutorials/physics/ray-casting.rst @@ -156,6 +156,7 @@ with Area3D, the boolean parameter ``collide_with_areas`` must be set to ``true` .. tabs:: .. code-tab:: gdscript GDScript + const RAY_LENGTH = 1000 func _physics_process(delta):