aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
diff options
context:
space:
mode:
authorbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-05-01 20:05:49 -0400
committerbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-05-01 20:05:49 -0400
commitc93e1dc281c831ab08cf0ce29420df845323b0be (patch)
treed8c4a604f2fb2ec4bdea9b3b446a72af8a14ffd8 /src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
parentc4239e9bb5fb6389e3ceac281af8c8c683019a0c (diff)
debugging
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx')
-rw-r--r--src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx b/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
index 8b7d4ed30..ed219652a 100644
--- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
+++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx
@@ -3,7 +3,7 @@ import React = require('react');
import { IWallProps } from "./PhysicsSimulationWall";
import "./PhysicsSimulationBox.scss";
-export interface IForce {
+interface IForce {
description: string;
magnitude: number;
directionInDegrees: number;