replace remaining tabs in src/ to spaces

This commit is contained in:
MihailRis
2024-08-10 02:04:15 +03:00
parent de5c75d782
commit f2a987f412
3 changed files with 81 additions and 80 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ void PhysicsSolver::colisionCalc(
vel.y = 0.0f;
float newy = std::floor(y) + aabb->max().y + half.y;
if (std::abs(newy-pos.y) <= MAX_FIX+stepHeight) {
pos.y = newy;
pos.y = newy;
}
break;
}