Skip to content

Commit e087f60

Browse files
committed
fix: deepScan error resolution
1 parent f8644e0 commit e087f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/physics/RapierPhysics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export class Physics {
384384
quaternion = this._quaternion.copy(
385385
physicProperties.rigidBody.rotation()
386386
);
387-
scale = this._scale.copy(scale ?? object.scale);
387+
scale = this._scale.copy(scale);
388388

389389
this._matrix
390390
.compose(position, quaternion, scale)

0 commit comments

Comments
 (0)