Skip to content

Commit

Permalink
Update screenManager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyH2 committed Mar 21, 2024
1 parent a0f0729 commit b2472ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/screenManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class ScreenManager {
};

renderScreen(screenGroup) {
console.log(JSON.stringify(this.root.scene))
this.root.scene.scene.background = new THREE.Color(0x000000);

screenGroup.render(screenGroup.renderGroup);
Expand Down

0 comments on commit b2472ab

Please sign in to comment.