mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-23 04:26:46 -05:00
gl_rasterizer: Fixup undefined behaviour in SetupDraw
This commit is contained in:
@@ -252,6 +252,7 @@ DrawParameters RasterizerOpenGL::SetupDraw() {
|
||||
params.count = regs.vertex_buffer.count;
|
||||
params.vertex_first = regs.vertex_buffer.first;
|
||||
}
|
||||
return params;
|
||||
}
|
||||
|
||||
void RasterizerOpenGL::SetupShaders() {
|
||||
|
Reference in New Issue
Block a user