1
0
mirror of https://github.com/brl/mutter.git synced 2025-04-01 16:13:46 +00:00

meta-shaped-texture: Fix typo

This commit is contained in:
Adel Gadllah 2014-02-21 11:24:42 +01:00
parent 0054e637cc
commit a7fa90b750

@ -720,7 +720,7 @@ set_cogl_texture (MetaShapedTexture *stex,
} }
else else
{ {
/* size changed to 0 going to an inavlid texture */ /* size changed to 0 going to an invalid texture */
priv->tex_width = 0; priv->tex_width = 0;
priv->tex_height = 0; priv->tex_height = 0;
clutter_actor_queue_relayout (CLUTTER_ACTOR (stex)); clutter_actor_queue_relayout (CLUTTER_ACTOR (stex));