mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-08 19:15:28 +01:00
Resize hotbar immediately before drawing (#12930)
This commit is contained in:
@@ -49,6 +49,8 @@ void DrawHUD::run(PipelineContext &context)
|
||||
if (context.shadow_renderer)
|
||||
context.shadow_renderer->drawDebug();
|
||||
|
||||
context.hud->resizeHotbar();
|
||||
|
||||
if (context.draw_crosshair)
|
||||
context.hud->drawCrosshair();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user