diff --git a/ChangeLog b/ChangeLog index 35a0cd058..ac09bc2e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-07 Matthew Allum + + * clutter/clutter-texture.c: (texture_upload_data): + Remove random appearing 'priv->filter_quality =1' (#643) + 2008-02-06 Matthew Allum * clutter/clutter-texture.c: diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c index 7983bab4a..c0dd7714f 100644 --- a/clutter/clutter-texture.c +++ b/clutter/clutter-texture.c @@ -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;