D
This commit is contained in:
parent
0a7ebac586
commit
32d8869b8a
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class CouplingPhysics {
|
||||||
|
|
||||||
float futureStress = (float) (couplingLength - nextPositions.getFirst()
|
float futureStress = (float) (couplingLength - nextPositions.getFirst()
|
||||||
.distanceTo(nextPositions.getSecond()));
|
.distanceTo(nextPositions.getSecond()));
|
||||||
if (MathHelper.epsilonEquals(futureStress, 0))
|
if (MathHelper.epsilonEquals(futureStress, 0D))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
for (boolean current : Iterate.trueAndFalse) {
|
for (boolean current : Iterate.trueAndFalse) {
|
||||||
|
|
Loading…
Reference in a new issue