*** empty log message ***
This commit is contained in:
parent
227cfe307d
commit
9cdaa736eb
|
|
@ -169,7 +169,7 @@ sample(ParametricCurve *curve, int count, bool even) {
|
|||
}
|
||||
|
||||
if (even) {
|
||||
double scale = max_t / last_t;
|
||||
double scale = max_t / d;
|
||||
while (n < _data.size()) {
|
||||
_data[n]._t *= scale;
|
||||
n++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue