Skip to content
Snippets Groups Projects
Commit 1fa4703d authored by David Gilbert's avatar David Gilbert :bug:
Browse files

style(navigation): unify formatting in VRPawnMovement

parent e16f499a
Branches
Tags
1 merge request!41walking movement improvements: fix blocked ghost movement, be able to handle...
#include "Pawn/Navigation/VRPawnMovement.h"
#include "DrawDebugHelpers.h"
#include "Kismet/KismetSystemLibrary.h"
UVRPawnMovement::UVRPawnMovement(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer)
......
......@@ -74,6 +74,7 @@ private:
UPROPERTY(VisibleAnywhere)
UCapsuleComponent* CapsuleColliderComponent = nullptr;
UPROPERTY()
USceneComponent* HeadComponent = nullptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment