Skip to content

Commit

Permalink
Merge pull request #149 from 2024FALL-SWPP/dongho/fixError25
Browse files Browse the repository at this point in the history
fix stage clear error
  • Loading branch information
anordongho authored Nov 25, 2024
2 parents a0fa815 + 66f0b8a commit 9f1efae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ void CreateInvisibleCeiling() {
}

IEnumerator StartFloating(GameObject obj) {
GameManager.Instance.SetStageClear();
Rigidbody rb = obj.GetComponent<Rigidbody>();
Vector3 randomDirection = new Vector3(
Random.Range(-1f, 1f),
Expand Down

0 comments on commit 9f1efae

Please sign in to comment.