コミット忘れ
This commit is contained in:
parent
d9841281f6
commit
b3d3f3b3c0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue