Skip to content

Commit b3572dc

Browse files
pass arg again
1 parent 7851315 commit b3572dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export function deepDisposeMesh(obj, removeChildren) {
370370
if (obj.children) {
371371
let children = obj.children;
372372
for (let i = 0; i < children.length; i++) {
373-
deepDisposeMesh(children[i]);
373+
deepDisposeMesh(children[i], removeChildren);
374374
}
375375

376376
if (removeChildren) {

0 commit comments

Comments
 (0)