diff --git a/clutter/clutter-paint-nodes.c b/clutter/clutter-paint-nodes.c index 506e459b8..a03a0cb0f 100644 --- a/clutter/clutter-paint-nodes.c +++ b/clutter/clutter-paint-nodes.c @@ -81,7 +81,7 @@ _clutter_paint_node_init_types (void) COGL_TEXTURE_TYPE_2D); cogl_pipeline_set_color (default_texture_pipeline, &cogl_color); cogl_pipeline_set_layer_wrap_mode (default_texture_pipeline, 0, - COGL_PIPELINE_WRAP_MODE_CLAMP_TO_EDGE); + COGL_PIPELINE_WRAP_MODE_AUTOMATIC); } /*