add semicolon

This commit is contained in:
baz 2024-05-27 17:42:42 +01:00
parent 38405ca8e2
commit a90d50afd7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ void ULoadGameUserWidget::NativeConstruct()
CancelButton->OnUnhovered.AddUniqueDynamic(this, &ULoadGameUserWidget::PlayUnhoveredSound);
}
UNakatomiGameInstance* gameInstance = Cast<UNakatomiGameInstance>(UGameplayStatics::GetGameInstance(GetWorld()))
UNakatomiGameInstance* gameInstance = Cast<UNakatomiGameInstance>(UGameplayStatics::GetGameInstance(GetWorld()));
if (gameInstance && IsValid(SaveGameEntryWidgetTemplate))
{