Skip to content

Commit

Permalink
Forgot to default to the new movement mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mordentral committed Apr 27, 2024
1 parent d7d0bf4 commit ea6b403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class VREXPANSIONPLUGIN_API AVRBaseCharacter : public ACharacter
// If true then we will retain roomscale tracking in relative space of the character.
// If false than the movement component will offset to the hmd tracking and the tracking will be nulled out
UPROPERTY(Category = VRBaseCharacter, EditAnywhere, BlueprintReadOnly)
bool bRetainRoomscale = true;
bool bRetainRoomscale = false;

//virtual void CacheInitialMeshOffset(FVector MeshRelativeLocation, FRotator MeshRelativeRotation) override;
virtual void PostInitializeComponents() override;
Expand Down

0 comments on commit ea6b403

Please sign in to comment.