mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2024-12-12 16:53:16 +01:00
Remove two old TODOs
This commit is contained in:
parent
57b60c50ef
commit
9d71a18d50
2
init.lua
2
init.lua
@ -68,7 +68,6 @@ minetest.register_tool("orienteering:triangulator", {
|
||||
})
|
||||
|
||||
-- Displays player yaw
|
||||
-- TODO: calculate yaw difference between 2 points
|
||||
minetest.register_tool("orienteering:compass", {
|
||||
description = S("Compass"),
|
||||
_tt_help = S("Shows your yaw"),
|
||||
@ -80,7 +79,6 @@ minetest.register_tool("orienteering:compass", {
|
||||
})
|
||||
|
||||
-- Displays player pitch
|
||||
-- TODO: calculate pitch difference between 2 points
|
||||
minetest.register_tool("orienteering:sextant", {
|
||||
description = S("Sextant"),
|
||||
_tt_help = S("Shows your pitch"),
|
||||
|
Loading…
Reference in New Issue
Block a user