Removed dark overlay for content access mode

This commit is contained in:
MihailRis 2023-11-28 00:20:40 +03:00
parent 01a5b72045
commit 7759a63973

View File

@ -307,7 +307,7 @@ void HudRenderer::draw(const GfxContext& ctx){
} }
} }
if (pause || inventoryOpen) { if (pause) {
batch->texture(nullptr); batch->texture(nullptr);
batch->color = vec4(0.0f, 0.0f, 0.0f, 0.5f); batch->color = vec4(0.0f, 0.0f, 0.0f, 0.5f);
batch->rect(0, 0, width, height); batch->rect(0, 0, width, height);