viral-viewer-2 6.9.0 → 6.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -35338,7 +35338,7 @@ class ox {
|
|
|
35338
35338
|
seedObjectCount: u.getObjectCount()
|
|
35339
35339
|
});
|
|
35340
35340
|
if (d.length) {
|
|
35341
|
-
|
|
35341
|
+
u.batch(d[0]);
|
|
35342
35342
|
for (let f = 1; f < d.length; f++)
|
|
35343
35343
|
this.createSingleMergedMesh(d[f], h, l);
|
|
35344
35344
|
}
|