Skip to content

Commit

Permalink
Fix updateSpherical for first person mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Jun 23, 2021
1 parent 630a4ca commit 6d23edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/RotationManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class RotationManager extends EventDispatcher implements Updatable {

} else {

v.subVectors(this.target, this.position).normalize();
v.copy(this.target);

}

Expand Down

0 comments on commit 6d23edc

Please sign in to comment.