Content error messages

This commit is contained in:
MihailRis
2024-01-09 20:19:46 +03:00
parent dfeb7293b2
commit abd28514e4
4 changed files with 25 additions and 9 deletions
+2 -1
View File
@@ -309,7 +309,8 @@ void HudRenderer::draw(const GfxContext& ctx){
batch->texture(atlas->getTexture());
}
}
batch->rect(width - 56, uicamera->getFov() - 56, 48, 48, 0, 0, 0, region, false, true, glm::vec4(1.0f));
batch->rect(width - 56, uicamera->getFov() - 56, 48, 48, 0, 0, 0,
region, false, true, glm::vec4(1.0f));
batch->render();
}
}