Skip to content

Commit

Permalink
fix: update controls on game camera
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Aug 27, 2024
1 parent 2999abd commit 26a4a30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/3d/src/cameras/FGameCamera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,8 @@ export class FGameCamera extends FOrbitCamera {
this.translateY(movementY * 0.01)
this.lastMouseMoveEvent = undefined
}

// Update the controls
this.controls.update()
}
}

0 comments on commit 26a4a30

Please sign in to comment.