コミット忘れ

This commit is contained in:
kimura 2022-04-15 18:28:21 +09:00
parent d9841281f6
commit b3d3f3b3c0
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace MyGame.Scenes.Main.Scripts
{ {
if (i < productCount) if (i < productCount)
{ {
popcorns[i].SetView(discardList[i]); popcorns[i].SetView(discardList[i], true);
popcorns[i].SetActive(true); popcorns[i].SetActive(true);
} }
else else