mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2025-01-09 14:17:42 +01:00
Fix wrong pitch being displayed with sextant
This commit is contained in:
parent
204e5ed9ba
commit
0d0d34f8b6
2
init.lua
2
init.lua
@ -130,7 +130,7 @@ function update_hud_displays(player)
|
||||
elseif compass or gps then
|
||||
str_angles = "Yaw: "..yaw
|
||||
elseif sextant then
|
||||
str_angles = "Pitch: "..yaw
|
||||
str_angles = "Pitch: "..pitch
|
||||
else
|
||||
str_angles = ""
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user