cogl: drop extraneous parentheses
Fixes a compile warning with clang https://gitlab.gnome.org/GNOME/mutter/merge_requests/938
This commit is contained in:
parent
d992722c24
commit
d48fec8855
@ -347,7 +347,7 @@ cogl_context_new (CoglDisplay *display,
|
||||
*/
|
||||
GE (context, glEnable (GL_ALPHA_TEST));
|
||||
|
||||
if ((context->driver == COGL_DRIVER_GL3))
|
||||
if (context->driver == COGL_DRIVER_GL3)
|
||||
{
|
||||
GLuint vertex_array;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user