Changed Interaction.cpp comment change

Changed the ref comment
This commit is contained in:
Marcel Hara 2023-01-30 17:23:19 +00:00
parent 11e6393726
commit 63e44f47e8

View File

@ -24,7 +24,7 @@ void AInteraction::BeginPlay()
{
Super::BeginPlay();
//Character refs
//Character & Camera refs
TempCharacterRef = Cast<ATempCharacter>(GetWorld()->GetFirstPlayerController()->GetCharacter());
MainCamera = Cast<UCameraComponent>(TempCharacterRef->FindComponentByClass<UCameraComponent>());
//Item refs