mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Bugfix: make waypoints respect camera offset
This commit is contained in:
parent
09e8bbea03
commit
6f511b1d05
3 changed files with 6 additions and 4 deletions
|
@ -3594,7 +3594,7 @@ void the_game(bool &kill, bool random_input, InputHandler *input,
|
|||
Draw lua hud items
|
||||
*/
|
||||
if (show_hud)
|
||||
hud.drawLuaElements();
|
||||
hud.drawLuaElements(camera.getOffset());
|
||||
|
||||
/*
|
||||
Draw gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue