diff --git a/core/src/net/sf/openrocket/simulation/listeners/example/StopSimulationListener.java b/core/src/net/sf/openrocket/simulation/listeners/example/StopSimulationListener.java index e179d2da9..a76461696 100644 --- a/core/src/net/sf/openrocket/simulation/listeners/example/StopSimulationListener.java +++ b/core/src/net/sf/openrocket/simulation/listeners/example/StopSimulationListener.java @@ -22,7 +22,11 @@ public class StopSimulationListener extends AbstractSimulationListener { private long startTime = -1; private long time = -1; - + + public StopSimulationListener() { + this(0, 0); + } + public StopSimulationListener(double t, int n) { stopTime = t; stopStep = n;