We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd1d24 commit a0582ffCopy full SHA for a0582ff
src/framework/components/joint/component.js
@@ -246,7 +246,7 @@ class JointComponent extends Component {
246
get linearLimitsX() {
247
return this._linearLimitsX;
248
}
249
-
+
250
set linearSpringX(value) {
251
if (this._linearSpringX !== value) {
252
this._linearSpringX = value;
@@ -334,7 +334,7 @@ class JointComponent extends Component {
334
get linearLimitsZ() {
335
return this._linearLimitsZ;
336
337
338
set linearSpringZ(value) {
339
if (this._linearSpringZ !== value) {
340
this._linearSpringZ = value;
0 commit comments