From adc6d81d78b3ae24ae16c9d233864432ec09a4cb Mon Sep 17 00:00:00 2001 From: sotech117 Date: Wed, 13 Dec 2023 04:52:41 -0500 Subject: cleanup parser --- src/physics/physics.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/physics/physics.cpp') 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 &shapes) for (auto &shape : shapes) { shape.translation4d += shape.velocity; - shape.inverseTranslation4d -= shape.velocity; } } \ No newline at end of file -- cgit v1.2.3-70-g09d2