mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Bugfix: make waypoints respect camera offset
This commit is contained in:
committed by
RealBadAngel
parent
09e8bbea03
commit
6f511b1d05
@@ -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
|
||||
|
Reference in New Issue
Block a user