Skip to content

Commit

Permalink
add missing super deleteCamera (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaricBaraou authored Feb 27, 2024
1 parent d8091c7 commit 7c8ff6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/FadeTilesRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export const FadeTilesRendererMixin = base => class extends base {

deleteCamera( camera ) {

super.deleteCamera( camera );
this.prevCameraTransforms.delete( camera );

}
Expand Down

0 comments on commit 7c8ff6a

Please sign in to comment.