Skip to content

Commit

Permalink
fix: move camera to url location
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man1337 committed Aug 6, 2024
1 parent d0ed559 commit e61c91f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/three/GameRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export default class GameRenderer {
this.sceneManager.switchScene("hexception");
} else {
this.sceneManager.switchScene("worldmap");
this.worldmapScene.moveCameraToURLLocation();
}
}

Expand Down

0 comments on commit e61c91f

Please sign in to comment.