Skip to content

Commit

Permalink
fix: get rid of error when removing streamed model from scene (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocha442 authored Apr 8, 2024
1 parent 1f10820 commit 81d5279
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ export class GeometryCullerRenderer extends CullerRenderer {

this._modelIDIndex.delete(modelID);
this._indexModelID.delete(index);
this._foundGeometries.clear();
}

addFragment(modelID: string, geometryID: number, frag: FRAGS.Fragment) {
Expand Down

0 comments on commit 81d5279

Please sign in to comment.