Skip to content
Snippets Groups Projects
Commit 3c9d355e authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Merge branch 'feature/adapting-to-changes-in-pawn' into 'develop'

Adapted component fetch calls to the ones in the pawn

See merge request VR-Group/unreal-development/unreal-cave-overlay!11
parents 1b64eda8 3487ae79
No related branches found
No related tags found
1 merge request!11Adapted component fetch calls to the ones in the pawn
......@@ -278,8 +278,8 @@ bool ACAVEOverlayController::PositionInDoorOpening(FVector Position)
void ACAVEOverlayController::RefreshPawnComponents()
{
Cave_Origin = Player_Pawn->GetCaveOriginComponent();
Shutter_Glasses = Player_Pawn->GetShutterGlassesComponent();
Cave_Origin = Player_Pawn->GetTrackingOriginComponent();
Shutter_Glasses = Player_Pawn->GetHeadComponent();
}
// Called every frame
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment