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

fix(interaction): Downgrades intenselect error to a warning.

parent 95f0b84c
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ void UIntenSelectComponent::InitInputBindings()
if (!EI)
{
const FString Message = "Could not get PlayerInputComponent for IntenSelect Input Assignment!";
UE_LOG(LogTemp, Error, TEXT("%s"), *Message)
UE_LOG(LogTemp, Warning, TEXT("%s"), *Message)
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment