diff --git a/cogl/cogl-material-opengl.c b/cogl/cogl-material-opengl.c index 51a8288af..9283bb683 100644 --- a/cogl/cogl-material-opengl.c +++ b/cogl/cogl-material-opengl.c @@ -737,7 +737,9 @@ flush_layers_common_gl_state_cb (CoglMaterialLayer *layer, void *user_data) */ if (unit->gl_texture != gl_texture || unit->is_foreign) { - if (unit_index != 1) + if (unit_index == 1) + unit->dirty_gl_texture = TRUE; + else GE (glBindTexture (gl_target, gl_texture)); unit->gl_texture = gl_texture; }