Commit 1e9e8e86 authored by Christoffer Ackelman's avatar Christoffer Ackelman

Simplify GlowTransform slightly.

parent dd944576
......@@ -143,8 +143,8 @@ public:
GlowTransform tmp;
tmp.set(s);
tmp.rotate(angle + s.rotation, x0, y0);
tmp.rotation = angle + s.rotation;
set(tmp);
rotation -= s.rotation;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment