Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo authored and mei23 committed Aug 23, 2019
1 parent 446bf39 commit f1fde9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/app/common/scripts/room/room.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,5 +769,8 @@ export class Room {
public destroy() {
// Stop render loop
window.cancelAnimationFrame(this.renderFrameRequestId);

this.controls.dispose();
this.scene.dispose();
}
}

0 comments on commit f1fde9e

Please sign in to comment.