浏览代码

Fix typo in Mobile sensors script comment (#947)

S Manikanta Varshit 1 年之前
父节点
当前提交
d880218056
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mobile/sensors/main.gd

+ 1 - 1
mobile/sensors/main.gd

@@ -119,7 +119,7 @@ func _process(delta):
 	get_node(^"Arrows/AccelerometerArrow").transform.basis = get_basis_for_arrow(grav)
 	get_node(^"Arrows/AccelerometerArrow").transform.basis = get_basis_for_arrow(grav)
 
 
 	# Update our arrow showing our magnetometer
 	# 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)
 	get_node(^"Arrows/MagnetoArrow").transform.basis = get_basis_for_arrow(mag)
 
 
 	# Calculate our north vector and show that
 	# Calculate our north vector and show that