Skip to content

Commit ff585ff

Browse files
authored
fix: ensure all chidlren are preprocessed (#1442)
1 parent 9b401cf commit ff585ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/renderer/tiles/TilesRendererBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ export class TilesRendererBase {
816816
if ( '__depth' in child ) {
817817

818818
// the child has already been processed
819-
break;
819+
continue;
820820

821821
} else if ( immediate ) {
822822

0 commit comments

Comments
 (0)