diff --git a/src/frontend/hud.cpp b/src/frontend/hud.cpp index bfaac141..032d0602 100644 --- a/src/frontend/hud.cpp +++ b/src/frontend/hud.cpp @@ -571,7 +571,7 @@ void Hud::draw(const DrawContext& ctx){ // Crosshair if (!pause && !inventoryOpen && !player->debug) { - DrawContext chctx = ctx.sub(); + DrawContext chctx = ctx.sub(batch); chctx.setBlendMode(BlendMode::inversion); auto texture = assets->get("gui/crosshair"); batch->texture(texture);