提交 a14840a5 编写于 作者: R Romain Vimont

Fix typo in comments

上级 8581d685
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册