Commit ae29922c authored by Claes Sjofors's avatar Claes Sjofors

Ge rotate dynamic, problem with escaping rotation object fixed

parent 866c919e
......@@ -908,8 +908,8 @@ void GrowNode::set_rotation( double angel,
y0 = (y_high + y_low) / 2;
break;
case glow_eRotationPoint_Zero:
x0 = trf.a13;
y0 = trf.a23;
x0 = trf.s_a13;
y0 = trf.s_a23;
break;
default:
;
......
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