diff options
Diffstat (limited to 'src/physics')
-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 |