mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 04:22:00 +01:00
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()
|
||||
.distanceTo(nextPositions.getSecond()));
|
||||
if (MathHelper.epsilonEquals(futureStress, 0))
|
||||
if (MathHelper.epsilonEquals(futureStress, 0D))
|
||||
return;
|
||||
|
||||
for (boolean current : Iterate.trueAndFalse) {
|
||||
|
|
Loading…
Reference in a new issue