Skip to content

Commit

Permalink
Fix bug #3839
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Feb 11, 2025
1 parent 86c470c commit 058aa21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class ScenarioService {
this.threeCameraService.setPosition(scenario.camera.camera)
// @ts-ignore -- we know that it is not a partial when it is set
this.threeOrbitControlsService.setControlTarget(scenario.camera.cameraTarget)
this.threeOrbitControlsService.controls.update()
}
}

Expand Down

0 comments on commit 058aa21

Please sign in to comment.