1
0
Fork 0

2008-02-07 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-texture.c: (texture_upload_data):
        Remove random appearing 'priv->filter_quality =1' (#643)
This commit is contained in:
Matthew Allum 2008-02-07 10:19:20 +00:00
parent 3d802b172c
commit 3185947520
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-02-07 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c: (texture_upload_data):
Remove random appearing 'priv->filter_quality =1' (#643)
2008-02-06 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c:

View file

@ -477,8 +477,6 @@ texture_upload_data (ClutterTexture *texture,
priv->repeat_x ? CGL_REPEAT : CGL_CLAMP_TO_EDGE,
priv->repeat_y ? CGL_REPEAT : CGL_CLAMP_TO_EDGE);
priv->filter_quality = 1;
if (create_textures)
{
gint tex_width, tex_height;