mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-14 22:34:33 +00:00
Remove the uninitialized child link in the example
This commit is contained in:
@@ -94,7 +94,7 @@ void KinematicMultiBodyExample::initPhysics()
|
||||
|
||||
{
|
||||
bool floating = false;
|
||||
int numLinks = 1;
|
||||
int numLinks = 0;
|
||||
bool canSleep = false;
|
||||
btVector3 baseInertiaDiag(0.f, 0.f, 0.f);
|
||||
float baseMass = 1.f;
|
||||
|
||||
Reference in New Issue
Block a user