Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiri0 authored Jun 4, 2024
1 parent 7f09788 commit e1f5080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ class Main {
this.renderer.render(this.scene, this.camera);
this.renderer.setRenderTarget( null );

this.update();
this.update();

this.renderer.render(this.scene, this.camera);
this.composer.render();
}//end render
Expand Down

0 comments on commit e1f5080

Please sign in to comment.