Allow rect lists to fall through if they don't match the expected format
This commit is contained in:
parent
c4165a235c
commit
9baeef02e0
|
@ -335,7 +335,7 @@ bool CommandProcessor::SetupGL() {
|
|||
" }\n"
|
||||
" EmitVertex();\n"
|
||||
" EndPrimitive();\n"
|
||||
" } else if (gl_in[0].gl_Position.y == gl_in[1].gl_Position.y) {\n"
|
||||
" } else {\n"
|
||||
// 0 ------ 1
|
||||
// | - |
|
||||
// | \\ |
|
||||
|
|
Loading…
Reference in New Issue