mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 02:20:43 -05:00
Minor fix to indentation in gl/cogl-texture.c
This commit is contained in:
parent
73974de482
commit
8fc949bfaf
@ -2265,7 +2265,7 @@ cogl_texture_multiple_rectangles (CoglHandle handle,
|
||||
return;
|
||||
|
||||
/* Prepare GL state */
|
||||
if (tex->gl_target == CGL_TEXTURE_RECTANGLE_ARB)
|
||||
if (tex->gl_target == CGL_TEXTURE_RECTANGLE_ARB)
|
||||
enable_flags |= COGL_ENABLE_TEXTURE_RECT;
|
||||
else
|
||||
enable_flags |= COGL_ENABLE_TEXTURE_2D;
|
||||
|
Loading…
Reference in New Issue
Block a user