Skip to content

Commit 4241da6

Browse files
committed
更新
1 parent 9f28804 commit 4241da6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Assets/scripts/collision.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void OnCollisionEnter(Collision collision)
4646
Destroy(collision.gameObject); // 衝突したオブジェクトを削除
4747
Destroy(this.gameObject); // このオブジェクト自身も削除
4848

49-
// プレハブから配列のインデックスを取得する
49+
// プレハブから配列のインデックスを取得する
5050

5151
Instantiate(_nextball, _contactPoint,Quaternion.identity);
5252
_score += _nextpoint;

webgl/Build/webgl.data.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)