Remove TODO comment
This commit is contained in:
parent
b234045698
commit
bc0138251a
|
@ -59,7 +59,6 @@ void UPauseUIWidget::ResumeButtonOnClicked()
|
|||
|
||||
void UPauseUIWidget::OptionsButtonOnClicked()
|
||||
{
|
||||
// TODO: Implement Functionality
|
||||
if (OptionsMenuWidget)
|
||||
{
|
||||
currentOptionsMenuWidget = CreateWidget<UOptionsUIWidget>(GetWorld(), OptionsMenuWidget);
|
||||
|
|
Loading…
Reference in New Issue