Allow rect lists to fall through if they don't match the expected format

This commit is contained in:
Dr. Chat 2015-11-04 05:51:34 -06:00
parent c4165a235c
commit 9baeef02e0
1 changed files with 1 additions and 1 deletions

View File

@ -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
// | - |
// | \\ |