mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 08:46:26 -05:00
meta-shaped-texture: Fix typo
This commit is contained in:
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));
|
||||||
|
Loading…
Reference in New Issue
Block a user