Skip to content

Commit

Permalink
remove viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Feb 5, 2025
1 parent f8178b7 commit 15cd45f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/gl33/gl33.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,9 @@ int main(void)
break;
}
}

// render
// ------
glViewport(0, 0, window->r.w, window->r.h);
glClearColor(0.2f, 0.3f, 0.3f, 1.0f);
glClear(GL_COLOR_BUFFER_BIT);

Expand Down

0 comments on commit 15cd45f

Please sign in to comment.