mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
Update NN3DWalkersTimeWarpBase.h
Fix issue #1940, see https://github.com/bulletphysics/bullet3/issues/1940
This commit is contained in:
parent
79f6cc901e
commit
63784dab5f
@ -52,7 +52,7 @@ static double /*7*/ CENTUPLE_SPEED = 100;
|
||||
static double /*8*/ QUINCENTUPLE_SPEED = 500;
|
||||
static double /*9*/ MILLITUPLE_SPEED = 1000;
|
||||
static double /*0*/ MAX_SPEED = MILLITUPLE_SPEED;
|
||||
static double /**/ NUM_SPEEDS = 11;
|
||||
static double /**/ NUM_SPEEDS = 10;
|
||||
}; // namespace SimulationSpeeds
|
||||
|
||||
// add speeds from the namespace here
|
||||
|
Loading…
Reference in New Issue
Block a user