gl: Ensure overlays render in fill mode

This commit is contained in:
kd-11 2025-11-07 03:19:06 +03:00 committed by kd-11
parent bcdf2ef36f
commit c5a54a3d4f

View file

@ -176,6 +176,8 @@ namespace gl
cmd->disablei(GL_BLEND, 0);
}
cmd->polygon_mode(GL_FILL);
// Render
cmd->use_program(program_handle.id());
on_load();