Skip to content

Commit

Permalink
res
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyGaul committed Feb 13, 2017
1 parent 4553da8 commit 9e62711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples_tinygl_and_tinyc2/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,8 @@ int main( )
glfwWindowHint( GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE );
glfwWindowHint( GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE );

int width = 320;
int height = 240;
int width = 640;
int height = 480;
window = glfwCreateWindow( width, height, "tinyc2 and tinygl", NULL, NULL );

if ( !window )
Expand Down

0 comments on commit 9e62711

Please sign in to comment.