Skip to content

Commit 3af99f1

Browse files
author
Tim Seyde
committed
Fixed a wrong flag
1 parent 8bb0006 commit 3af99f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Atlas/src/us/ihmc/atlas/parameters/AtlasWalkingControllerParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,6 @@ public SteppingParameters getSteppingParameters()
933933
@Override
934934
public boolean alwaysAllowMomentum()
935935
{
936-
return true;
936+
return false;
937937
}
938938
}

0 commit comments

Comments
 (0)