Skip to content

Commit 9e609df

Browse files
committed
fix example res
1 parent caf336e commit 9e609df

File tree

1 file changed

+1
-1
lines changed
  • source/examples/transformfeedback

1 file changed

+1
-1
lines changed

source/examples/transformfeedback/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ int main(int /*argc*/, char * /*argv*/[])
208208
glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, true);
209209

210210
// Create a context and, if valid, make it current
211-
GLFWwindow * window = glfwCreateWindow(320, 240, "globjects Transform Feedback", NULL, NULL);
211+
GLFWwindow * window = glfwCreateWindow(640, 480, "globjects Transform Feedback", NULL, NULL);
212212
if (window == nullptr)
213213
{
214214
globjects::critical() << "Context creation failed. Terminate execution.";

0 commit comments

Comments
 (0)