aboutsummaryrefslogtreecommitdiff
path: root/src/physics/physics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/physics/physics.cpp')
-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