Removed unneeded command
This commit is contained in:
parent
43f337c6ce
commit
26d41b8dd5
|
|
@ -321,7 +321,6 @@ function createRower (rowerSettings) {
|
||||||
function reset () {
|
function reset () {
|
||||||
_strokeState = 'WaitingForDrive'
|
_strokeState = 'WaitingForDrive'
|
||||||
flywheel.reset()
|
flywheel.reset()
|
||||||
flywheel.maintainStateOnly()
|
|
||||||
_totalNumberOfStrokes = -1.0
|
_totalNumberOfStrokes = -1.0
|
||||||
drivePhaseStartTime = 0.0
|
drivePhaseStartTime = 0.0
|
||||||
drivePhaseStartAngularPosition = 0.0
|
drivePhaseStartAngularPosition = 0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue