1
0
Fork 0

2007-08-12 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-texture.c: (texture_upload_data):
        Align texture data correctly for edge tiles.
        (#422 - Neil Roberts)
This commit is contained in:
Matthew Allum 2007-08-12 21:30:14 +00:00
parent 68bbe4cd89
commit b5cc246f59

View file

@ -556,7 +556,8 @@ texture_upload_data (ClutterTexture *texture,
cogl_texture_bind (priv->target_type, priv->tiles[i]);
cogl_texture_set_alignment (priv->target_type, 4, src_w);
cogl_texture_set_alignment (priv->target_type,
4, priv->x_tiles[x].size);
cogl_texture_set_filters
(priv->target_type,