aboutsummaryrefslogtreecommitdiff
path: root/src/physics
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-12-13 04:52:41 -0500
committersotech117 <michael_foiani@brown.edu>2023-12-13 04:53:45 -0500
commitadc6d81d78b3ae24ae16c9d233864432ec09a4cb (patch)
tree832552c0777c93860b1648e5383dd390c2a91a3e /src/physics
parentf887bd83942f13efe98d0c2cd997d037ed2ef068 (diff)
cleanup parser
Diffstat (limited to 'src/physics')
-rw-r--r--src/physics/physics.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/physics/physics.cpp b/src/physics/physics.cpp
index 3cba57c..9c9a513 100644
--- a/src/physics/physics.cpp
+++ b/src/physics/physics.cpp
@@ -73,6 +73,5 @@ void Physics::updateShapePositions(std::vector<RenderShapeData> &shapes)
for (auto &shape : shapes)
{
shape.translation4d += shape.velocity;
- shape.inverseTranslation4d -= shape.velocity;
}
} \ No newline at end of file