Fixed multiple chest reward pop ups
This commit is contained in:
parent
ac4771f1da
commit
1199fe69b5
2 changed files with 112 additions and 4 deletions
|
|
@ -12,6 +12,6 @@ public class UIManager : MonoBehaviour
|
|||
|
||||
private void HandleChestRewarded()
|
||||
{
|
||||
Instantiate(chestRewardSelectionUI, canvas.transform);
|
||||
chestRewardSelectionUI.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue