Skip to content
Snippets Groups Projects
Commit db573301 authored by Konstantin Kühlem's avatar Konstantin Kühlem
Browse files

fix: SFMasterHUD did not call Super::EndPlay resulting in an ensure failed

parent 4ae15537
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,7 @@ void ASFMasterHUD::BeginPlay()
void ASFMasterHUD::EndPlay(const EEndPlayReason::Type EndPlayReason)
{
Super::EndPlay(EndPlayReason);
if (!HUDWidget)
{
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment