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 21:02:27 -0400
committerbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-05-01 21:02:27 -0400
commitd2e56061dd9cb7913ede040e7d16aa451e39adc0 (patch)
tree88b697f85dad43d3fde25708f94505ee5d8557fd /src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.tsx
parentcb55cf455ef4b4e2acc0e1e54cb1be99c131b967 (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 91627687a..21cef297a 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}