From 63e44f47e8aae8f232928aeea9bccca302d473cc Mon Sep 17 00:00:00 2001 From: Marcel Hara Date: Mon, 30 Jan 2023 17:23:19 +0000 Subject: [PATCH] Changed Interaction.cpp comment change Changed the ref comment --- Source/the_twilight_abyss/MerchantInteraction/Interaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/the_twilight_abyss/MerchantInteraction/Interaction.cpp b/Source/the_twilight_abyss/MerchantInteraction/Interaction.cpp index cfd111a..f8589fd 100644 --- a/Source/the_twilight_abyss/MerchantInteraction/Interaction.cpp +++ b/Source/the_twilight_abyss/MerchantInteraction/Interaction.cpp @@ -24,7 +24,7 @@ void AInteraction::BeginPlay() { Super::BeginPlay(); - //Character refs + //Character & Camera refs TempCharacterRef = Cast(GetWorld()->GetFirstPlayerController()->GetCharacter()); MainCamera = Cast(TempCharacterRef->FindComponentByClass()); //Item refs