diff --git a/clutter/cogl/cogl/cogl-texture-2d.c b/clutter/cogl/cogl/cogl-texture-2d.c index 4ec2e0ec9..793c5cd25 100644 --- a/clutter/cogl/cogl/cogl-texture-2d.c +++ b/clutter/cogl/cogl/cogl-texture-2d.c @@ -485,6 +485,8 @@ _cogl_texture_2d_set_region (CoglTexture *tex, if (tmp_bmp_owner) g_free (tmp_bmp.data); + tex_2d->mipmaps_dirty = TRUE; + return TRUE; }