Update NN3DWalkersTimeWarpBase.h

Fix issue #1940, see https://github.com/bulletphysics/bullet3/issues/1940
This commit is contained in:
erwincoumans 2018-10-17 20:08:06 -07:00 committed by GitHub
parent 79f6cc901e
commit 63784dab5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ static double /*7*/ CENTUPLE_SPEED = 100;
static double /*8*/ QUINCENTUPLE_SPEED = 500; static double /*8*/ QUINCENTUPLE_SPEED = 500;
static double /*9*/ MILLITUPLE_SPEED = 1000; static double /*9*/ MILLITUPLE_SPEED = 1000;
static double /*0*/ MAX_SPEED = MILLITUPLE_SPEED; static double /*0*/ MAX_SPEED = MILLITUPLE_SPEED;
static double /**/ NUM_SPEEDS = 11; static double /**/ NUM_SPEEDS = 10;
}; // namespace SimulationSpeeds }; // namespace SimulationSpeeds
// add speeds from the namespace here // add speeds from the namespace here