increase total stages because step is added

This commit is contained in:
casperlamboo 2017-07-19 17:37:40 +02:00
parent 8c57e16998
commit c390cc335a

View File

@ -14,7 +14,7 @@ import applyPrecision from './applyPrecision.js';
import removePrecision from './removePrecision.js'; import removePrecision from './removePrecision.js';
export default function(geometry, settings, onProgress) { export default function(geometry, settings, onProgress) {
const totalStages = 11; const totalStages = 12;
let current = -1; let current = -1;
const updateProgress = (action) => { const updateProgress = (action) => {
current ++; current ++;