mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 10:05:54 +02: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