Skip to content

Commit

Permalink
Add TODO(#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 6, 2021
1 parent b690ca5 commit 8af97eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ int main(int argc, char **argv)
{
int w, h;
SDL_GetWindowSize(window, &w, &h);
// TODO: update the viewport and the resolution only on actual window change
// TODO(#19): update the viewport and the resolution only on actual window change
glViewport(0, 0, w, h);
glUniform2f(resolution_uniform, (float) w, (float) h);
}
Expand Down

0 comments on commit 8af97eb

Please sign in to comment.