diff --git a/tests/windows.c b/tests/windows.c index e66a3c31..1b30fb5e 100644 --- a/tests/windows.c +++ b/tests/windows.c @@ -75,10 +75,7 @@ int main(void) exit(EXIT_FAILURE); } - glClearColor((i & 0x01) ? 1.0 : 0.0, - (i & 0x02) ? 1.0 : 0.0, - 0.0, - 0.0); + glClearColor((i & 0x01) ? 1.0 : 0.0, (i & 0x02) ? 1.0 : 0.0, 0.0, 0.0); } while (running)