aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx')
-rw-r--r--src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx b/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
index f78f14704..c0bcd783a 100644
--- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
+++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
@@ -404,9 +404,9 @@ export default class Weight extends React.Component<IWeightProps, IState> {
let w: IWallProps[] = [];
if (this.props.dataDoc['simulationType'] == "One Weight" || this.props.dataDoc['simulationType'] == "Inclined Plane") {
w.push({ length: 70, xPos: 0, yPos: 0, angleInDegrees: 0 });
- w.push({ length: 70, xPos: 0, yPos: 80, angleInDegrees: 0 });
- w.push({ length: 80, xPos: 0, yPos: 0, angleInDegrees: 90 });
- w.push({ length: 85, xPos: 69.5, yPos: 0, angleInDegrees: 90 });
+ w.push({ length: 70, xPos: 0, yPos: 70, angleInDegrees: 0 });
+ w.push({ length: 70, xPos: 0, yPos: 0, angleInDegrees: 90 });
+ w.push({ length: 70, xPos: 69.5, yPos: 0, angleInDegrees: 90 });
}
this.setState({walls: w})
}