mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
gl: Ensure overlays render in fill mode
This commit is contained in:
parent
bcdf2ef36f
commit
c5a54a3d4f
|
|
@ -176,6 +176,8 @@ namespace gl
|
||||||
cmd->disablei(GL_BLEND, 0);
|
cmd->disablei(GL_BLEND, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmd->polygon_mode(GL_FILL);
|
||||||
|
|
||||||
// Render
|
// Render
|
||||||
cmd->use_program(program_handle.id());
|
cmd->use_program(program_handle.id());
|
||||||
on_load();
|
on_load();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue