From 9baeef02e0edc98721526892da1b2765045c8dc9 Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Wed, 4 Nov 2015 05:51:34 -0600 Subject: [PATCH] Allow rect lists to fall through if they don't match the expected format --- src/xenia/gpu/gl4/command_processor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenia/gpu/gl4/command_processor.cc b/src/xenia/gpu/gl4/command_processor.cc index 60359f92c..fe7deff34 100644 --- a/src/xenia/gpu/gl4/command_processor.cc +++ b/src/xenia/gpu/gl4/command_processor.cc @@ -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 // | - | // | \\ |