diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-01 20:05:49 -0400 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-01 20:05:49 -0400 |
commit | c93e1dc281c831ab08cf0ce29420df845323b0be (patch) | |
tree | d8c4a604f2fb2ec4bdea9b3b446a72af8a14ffd8 /src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx | |
parent | c4239e9bb5fb6389e3ceac281af8c8c683019a0c (diff) |
debugging
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx')
-rw-r--r-- | src/client/views/nodes/PhysicsBox/PhysicsSimulationWeight.tsx | 2 |
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; |