Commit 8d5269de by benrubson

Typo

parent 43129aa5
...@@ -1202,7 +1202,7 @@ Licensed under the MIT license. ...@@ -1202,7 +1202,7 @@ Licensed under the MIT license.
} }
} }
if (insertSteps && k > 0 && (!nullify || points[k-ps] != null)) { if (insertSteps && k > 0 && (!nullify || points[k - ps] != null)) {
// copy the point to make room for a middle point // copy the point to make room for a middle point
for (m = 0; m < ps; ++m) for (m = 0; m < ps; ++m)
points[k + ps + m] = points[k + m]; points[k + ps + m] = points[k + m];
......
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