aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-rounded-texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-rounded-texture.c')
-rw-r--r--src/empathy-rounded-texture.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-rounded-texture.c b/src/empathy-rounded-texture.c
index eb0fbcb26..0619cd13e 100644
--- a/src/empathy-rounded-texture.c
+++ b/src/empathy-rounded-texture.c
@@ -45,6 +45,10 @@ empathy_rounded_texture_paint (ClutterActor *texture)
CLUTTER_ACTOR_CLASS (empathy_rounded_texture_parent_class)->paint (texture);
+ /* Flip */
+ cogl_rectangle_with_texture_coords (0, 0, width, height,
+ 1., 0., 0., 1.);
+
cogl_clip_pop ();
}