From d88021805655c64487caaaf80acb2db1fdf094f6 Mon Sep 17 00:00:00 2001 From: S Manikanta Varshit <120311834+legend4137@users.noreply.github.com> Date: Wed, 18 Oct 2023 06:49:05 +0530 Subject: [PATCH] Fix typo in Mobile sensors script comment (#947) --- mobile/sensors/main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/sensors/main.gd b/mobile/sensors/main.gd index 063a7c1a..a2dafaf4 100644 --- a/mobile/sensors/main.gd +++ b/mobile/sensors/main.gd @@ -119,7 +119,7 @@ func _process(delta): get_node(^"Arrows/AccelerometerArrow").transform.basis = get_basis_for_arrow(grav) # Update our arrow showing our magnetometer - # Note that in absense of other strong magnetic forces this will point to magnetic north, which is not horizontal thanks to the earth being, uhm, round + # Note that in absence of other strong magnetic forces this will point to magnetic north, which is not horizontal thanks to the earth being, uhm, round get_node(^"Arrows/MagnetoArrow").transform.basis = get_basis_for_arrow(mag) # Calculate our north vector and show that