Minor fix to indentation in gl/cogl-texture.c

This commit is contained in:
Neil Roberts 2008-12-09 15:01:10 +00:00
parent 3f492e6054
commit 59aef7488f

View File

@ -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;