aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx
diff options
context:
space:
mode:
authorbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-05-01 20:47:33 -0400
committerbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-05-01 20:47:33 -0400
commitcb55cf455ef4b4e2acc0e1e54cb1be99c131b967 (patch)
tree09e163ff9d6154f034461b692f0bda08bb80341d /src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx
parentda534b9792907492e2287fbe4b4f932fde994fa0 (diff)
something appears
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx')
-rw-r--r--src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx
index 21cef297a..91627687a 100644
--- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx
+++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx
@@ -1298,7 +1298,7 @@ export default class PhysicsSimulationBox extends ViewBoxAnnotatableComponent<Fi
</div>
</div>
<div className="mechanicsSimulationElements">
- <Weight
+ {/* <Weight
dataDoc={this.dataDoc}
layoutDoc={this.layoutDoc}
adjustPendulumAngle={this.dataDoc.adjustPendulumAngle}
@@ -1345,7 +1345,7 @@ export default class PhysicsSimulationBox extends ViewBoxAnnotatableComponent<Fi
xMin={this.xMin}
yMax={this.yMax}
yMin={this.yMin}
- />
+ /> */}
{this.dataDoc.simulationType == "Pulley" && (
<Weight
dataDoc={this.dataDoc}