Skip to content

Commit 64065b6

Browse files
chore: formatting
1 parent d4d6655 commit 64065b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

fission/src/mirabuf/EjectableSceneObject.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,7 @@ class EjectableSceneObject extends SceneObject {
141141
const rotation = new THREE.Quaternion(0, 0, 0, 1)
142142
bodyTransform.decompose(position, rotation, new THREE.Vector3(1, 1, 1))
143143

144-
World.physicsSystem.setBodyPosition(
145-
this._gamePieceBodyId,
146-
convertThreeVector3ToJoltRVec3(position),
147-
false
148-
)
144+
World.physicsSystem.setBodyPosition(this._gamePieceBodyId, convertThreeVector3ToJoltRVec3(position), false)
149145
World.physicsSystem.setBodyRotation(
150146
this._gamePieceBodyId,
151147
convertThreeQuaternionToJoltQuat(rotation),

0 commit comments

Comments
 (0)