質問編集履歴

1

コードの修正

2019/02/19 08:17

投稿

_Beginner
_Beginner

スコア103

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  this.transform.rotation =
8
8
 
9
- Quaternion.Euler(this.transform.rotation.x, A.transform.rotation.y, this.transform.rotation)
9
+ Quaternion.Euler(this.transform.rotation.x, A.transform.rotation.y, this.transform.rotation.z)
10
10
 
11
11
  }
12
12