Orienteering: Reduce globalstep load

master
Wuzzy 2021-07-20 23:24:16 +02:00
parent 26ba2e3828
commit 80f5a63663
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ minetest.register_globalstep(function(dtime)
orienteering.update_compass(players[i])
orienteering.update_hud_displays(players[i])
end
updatetimer = updatetimer - dtime
updatetimer = 0
end
end)