test blob bounciness, slight revert

This commit is contained in:
2026-04-19 22:31:46 +02:00
parent 007cb32690
commit 2fd01a7274
3 changed files with 24 additions and 7 deletions
+2 -2
View File
@@ -14,6 +14,8 @@ BlobRect::~BlobRect() {
}
void BlobRect::updatePolish() {
BlobShape::updatePolish();
if (m_physicsActive) {
// Check if deformation is visually imperceptible
float totalDelta = std::abs(m_dm00 - 1.0f) + std::abs(m_dm01) + std::abs(m_dm11 - 1.0f);
@@ -39,8 +41,6 @@ void BlobRect::updatePolish() {
Qt::QueuedConnection);
}
}
BlobShape::updatePolish();
}
void BlobRect::updatePhysics() {