Guest User

Untitled

a guest
Sep 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. pub fn update_node<T: Element, ElementUpdate>(element: &mut T, attribute_stack: &AttributeStack) {
  2. element.set_group_transform(attribute_stack.transform.clone());
  3. }
Add Comment
Please, Sign In to add comment