rm no longer useful statement

This commit is contained in:
Clément Le Bihan
2021-06-08 01:15:50 +02:00
parent aba85c918e
commit 8ac6b7d11f
@@ -37,7 +37,6 @@ namespace BBM
pointAx.x += vel.x;
pointAy.y += vel.y;
pointAz.z += vel.z;
pointA += vel;
}
Vector3f minAx = Vector3f::min(pointAx, pointAx + colA.bound);