Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Former-commit-id: 069cf74
  • Loading branch information
deltakosh committed Oct 8, 2013
2 parents bb40db9 + e0048c2 commit f0fb9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Babylon/Tools/babylon.sceneLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
}
}

var mesh = parseMesh(parsedMesh, scene);
var mesh = parseMesh(parsedMesh, scene, rootUrl);
meshes.push(mesh);
}
}
Expand Down Expand Up @@ -635,4 +635,4 @@
}, progressCallBack, database);
}
};
})();
})();

0 comments on commit f0fb9c7

Please sign in to comment.