mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Various Windows and VC++ 2010 fixes.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ int main(void)
|
||||
|
||||
glfwSetWindowPos(windows[i], 100 + (i & 1) * 300, 100 + (i >> 1) * 300);
|
||||
|
||||
glClearColor(i & 1, i >> 1, 0.0, 0.0);
|
||||
glClearColor((GLclampf) (i & 1), (GLclampf) (i >> 1), 0.0, 0.0);
|
||||
}
|
||||
|
||||
while (running)
|
||||
|
||||
Reference in New Issue
Block a user