mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Comment grammar fix.
This commit is contained in:
+2
-2
@@ -133,8 +133,8 @@ int main(int argc, char** argv)
|
||||
glfwGetWindowPos(windows[0], &x, &y);
|
||||
|
||||
// This is the one and only time we create a texture
|
||||
// It is created inside the first context created above
|
||||
// It will then be shared with the second context created below
|
||||
// It is created inside the first context, created above
|
||||
// It will then be shared with the second context, created below
|
||||
texture = create_texture();
|
||||
|
||||
windows[1] = open_window("Second", windows[0]);
|
||||
|
||||
Reference in New Issue
Block a user