Message ID | e7bd23c31002101059v191bb533kf0d5c06c609584c4@mail.gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/tests/glean/tclipflat.cpp b/tests/glean/tclipflat.cpp index a2798c0..fe47825 100644 --- a/tests/glean/tclipflat.cpp +++ b/tests/glean/tclipflat.cpp @@ -188,6 +188,8 @@ ClipFlatResult::ClipFlatResult() void ClipFlatTest::setup(void) { + glDisable(GL_DITHER); + glMatrixMode(GL_PROJECTION); glLoadIdentity(); glOrtho(-1.25, 1.25, -1.25, 1.25, -1, 1);