Skip to content

Commit

Permalink
Update scene.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyH2 committed Mar 21, 2024
1 parent d254c53 commit 6545883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world/scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Scene {
scene.add(cube);*/

// Load Default Screen
this.top.ScreenManager.renderScreen(ActionsInfoScreen);
this.top.ScreenManager.renderScreen(new ActionsInfoScreen(this.top));

// Request animation frame loop function
var lastRender = 0;
Expand Down

0 comments on commit 6545883

Please sign in to comment.