mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Formatting.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user