You've already forked LuckyWorld
Resolve conflicts
This commit is contained in:
Binary file not shown.
@ -102,7 +102,10 @@ void USelectGoalUserWidget::DoSelectionChanged(const FString& SelectedItem)
|
|||||||
}
|
}
|
||||||
|
|
||||||
NavigateSimpleEnvironments = Cast<UPathfindingSelectorUserWidget>(CreatedUserWidget);
|
NavigateSimpleEnvironments = Cast<UPathfindingSelectorUserWidget>(CreatedUserWidget);
|
||||||
|
if (NavigateSimpleEnvironments)
|
||||||
|
{
|
||||||
|
NavigateSimpleEnvironments->OwnerSelectGoalUserWidget = this;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user