Fix spelling mistake

This commit is contained in:
baz 2024-02-04 19:27:51 +00:00
parent ff5c28ad05
commit 8edb845d0a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void APlayerCharacter::BeginPlay()
if (PlayerHUD) if (PlayerHUD)
{ {
currentPlayerHUD = UUserWidget::CreateWidgetInstance(*GetWorld(), PlayerHUD, FName("PLayer HUD")); currentPlayerHUD = UUserWidget::CreateWidgetInstance(*GetWorld(), PlayerHUD, FName("Player HUD"));
if (currentPlayerHUD) if (currentPlayerHUD)
{ {