mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Fix typo in Mobile sensors script comment (#947)
This commit is contained in:
committed by
GitHub
parent
3706e3e998
commit
d880218056
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user