Fix spelling mistake
This commit is contained in:
parent
ff5c28ad05
commit
8edb845d0a
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue