fix crosshair

This commit is contained in:
MihailRis 2024-11-18 04:15:51 +03:00
parent 1ba5b0ce33
commit e034bda477

View File

@ -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<Texture>("gui/crosshair");
batch->texture(texture);