Skip to content

Commit 1403c1f

Browse files
committed
Better order
1 parent de653a9 commit 1403c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/ExpMngr/Scripts/PopupController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public void DisplayPopup(Popup popup)
2222

2323
public void OkPress()
2424
{
25-
nextAction.Invoke();
2625
gameObject.SetActive(false);
26+
nextAction.Invoke();
2727
}
2828

2929
public void CancelPress()

0 commit comments

Comments
 (0)