@@ -362,11 +362,11 @@ [scale release]; } - (OFVector4D)transformedVector: (OFVector4D)vector { - OFVector4D copy = vector; + OF_ALIGN(16) OFVector4D copy = vector; [self transformVectors: © count: 1]; return copy; }