mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
2008-02-01 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c: (clutter_texture_new_from_actor): Fix typo breaking FBO rendering on anything other than a cloned texture.
This commit is contained in:
@ -2185,7 +2185,7 @@ clutter_texture_new_from_actor (ClutterActor *actor)
|
||||
|
||||
priv->fbo_handle = cogl_offscreen_create (priv->tiles[0]);
|
||||
|
||||
clutter_actor_set_size (actor, w, h);
|
||||
clutter_actor_set_size (texture, w, h);
|
||||
|
||||
return CLUTTER_ACTOR(texture);
|
||||
}
|
||||
|
Reference in New Issue
Block a user