diff --git a/scripts/node_repeat/node_repeat.gml b/scripts/node_repeat/node_repeat.gml index 54db33096..838485f4e 100644 --- a/scripts/node_repeat/node_repeat.gml +++ b/scripts/node_repeat/node_repeat.gml @@ -254,7 +254,7 @@ function Node_Repeat(_x, _y, _group = noone) : Node_Processor(_x, _y, _group) co scax = eval_curve_x(_msca, i / (_amo - 1)) * _rsca; scay = scax; - rot = _rrot[0] + (_rrot[1] - _rrot[0]) * i / (_amo - 1); + rot = _rrot[0] + (_rrot[1] - _rrot[0]) * i / _amo; var _an_dist = abs(i - _an_mid * (_amo - 1)); var _inf = 0;