Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Apr 24, 2020
1 parent 8581d68 commit a14840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ screen_init_rendering(struct screen *screen, const char *window_title,
return false;
}

// stats with "opengl"
// starts with "opengl"
screen->use_opengl = renderer_name && !strncmp(renderer_name, "opengl", 6);
if (screen->use_opengl) {
struct sc_opengl *gl = &screen->gl;
Expand Down

0 comments on commit a14840a

Please sign in to comment.