mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
Fix typo in the flags update
Epic en_GB keyboard FAIL.
This commit is contained in:
parent
6ca40faaec
commit
01a5cb8430
@ -1442,7 +1442,7 @@ clutter_texture_async_load_complete (ClutterTexture *self,
|
|||||||
waste = priv->max_tile_waste;
|
waste = priv->max_tile_waste;
|
||||||
|
|
||||||
if (priv->filter_quality == CLUTTER_TEXTURE_QUALITY_HIGH)
|
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,
|
handle = cogl_texture_new_from_bitmap (priv->load_bitmap,
|
||||||
waste, flags,
|
waste, flags,
|
||||||
|
Loading…
Reference in New Issue
Block a user