Fix typo in the flags update

Epic en_GB keyboard FAIL.
This commit is contained in:
Emmanuele Bassi 2009-01-22 13:24:20 +00:00
parent 6ca40faaec
commit 01a5cb8430

View File

@ -1442,7 +1442,7 @@ clutter_texture_async_load_complete (ClutterTexture *self,
waste = priv->max_tile_waste;
if (priv->filter_quality == CLUTTER_TEXTURE_QUALITY_HIGH)
flags != COGL_TEXTURE_AUTO_MIPMAP;
flags |= COGL_TEXTURE_AUTO_MIPMAP;
handle = cogl_texture_new_from_bitmap (priv->load_bitmap,
waste, flags,