forked from LuckyRobots/LuckyWorldV2
Resolve conflicts
This commit is contained in:
parent
f11973bb24
commit
019a727922
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user