미니게임 off 현상 수정

This commit is contained in:
Ino 2025-09-23 17:48:04 +09:00
parent f17dd7775b
commit 23916bb363
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ public class Game_Lucky : MonoBehaviour
{ {
if (bRotCup) if (bRotCup)
{ {
gameObject.SetActive(false);
return; return;
} }
bRotCup = true; bRotCup = true;