Removed TODO comment for launchRodVelocity.
This commit is contained in:
parent
c3cfb2e781
commit
7e10554dfb
@ -1558,7 +1558,6 @@ class FlightDataHandler extends ElementHandler {
|
|||||||
} catch (NumberFormatException ignore) {
|
} catch (NumberFormatException ignore) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: HIGH: Store and load launchRodVelocity
|
|
||||||
data = new FlightData(maxAltitude, maxVelocity, maxAcceleration, maxMach,
|
data = new FlightData(maxAltitude, maxVelocity, maxAcceleration, maxMach,
|
||||||
timeToApogee, flightTime, groundHitVelocity, launchRodVelocity, deploymentVelocity);
|
timeToApogee, flightTime, groundHitVelocity, launchRodVelocity, deploymentVelocity);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user