mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00:00
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));
|
GE (context, glEnable (GL_ALPHA_TEST));
|
||||||
|
|
||||||
if ((context->driver == COGL_DRIVER_GL3))
|
if (context->driver == COGL_DRIVER_GL3)
|
||||||
{
|
{
|
||||||
GLuint vertex_array;
|
GLuint vertex_array;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user