*** empty log message ***

This commit is contained in:
David Rose 2001-02-09 02:01:39 +00:00
parent 227cfe307d
commit 9cdaa736eb
1 changed files with 1 additions and 1 deletions

View File

@ -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++;