mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Formatting.
This commit is contained in:
@@ -136,9 +136,6 @@ int main(int argc, char** argv)
|
||||
glOrtho(-1.f, 1.f, -1.f, 1.f, 1.f, -1.f);
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
|
||||
glClearColor(0.f, 0.f, 0.f, 0.f);
|
||||
glColor3f(1.f, 1.f, 1.f);
|
||||
|
||||
glfwSetTime(0.0);
|
||||
|
||||
while (glfwGetTime() < 5.0)
|
||||
|
||||
Reference in New Issue
Block a user