summaryrefslogtreecommitdiff
path: root/cogl/cogl-sub-texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-sub-texture.c')
-rw-r--r--cogl/cogl-sub-texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-sub-texture.c b/cogl/cogl-sub-texture.c
index 4c3e376f..7bda7f0d 100644
--- a/cogl/cogl-sub-texture.c
+++ b/cogl/cogl-sub-texture.c
@@ -411,7 +411,7 @@ _cogl_sub_texture_get_format (CoglTexture *tex)
{
CoglSubTexture *sub_tex = COGL_SUB_TEXTURE (tex);
- return cogl_texture_get_format (sub_tex->full_texture);
+ return _cogl_texture_get_format (sub_tex->full_texture);
}
static GLenum