Minor fix to indentation in gl/cogl-texture.c
This commit is contained in:
parent
3f492e6054
commit
59aef7488f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue