mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 02:31:46 +00:00
Formatting.
This commit is contained in:
parent
107b769ada
commit
06142786b9
@ -75,10 +75,7 @@ int main(void)
|
|||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
glClearColor((i & 0x01) ? 1.0 : 0.0,
|
glClearColor((i & 0x01) ? 1.0 : 0.0, (i & 0x02) ? 1.0 : 0.0, 0.0, 0.0);
|
||||||
(i & 0x02) ? 1.0 : 0.0,
|
|
||||||
0.0,
|
|
||||||
0.0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
while (running)
|
while (running)
|
||||||
|
Loading…
Reference in New Issue
Block a user