diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 04:52:41 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 04:53:45 -0500 |
commit | adc6d81d78b3ae24ae16c9d233864432ec09a4cb (patch) | |
tree | 832552c0777c93860b1648e5383dd390c2a91a3e /src/physics/physics.cpp | |
parent | f887bd83942f13efe98d0c2cd997d037ed2ef068 (diff) |
cleanup parser
Diffstat (limited to 'src/physics/physics.cpp')
-rw-r--r-- | src/physics/physics.cpp | 1 |
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 |