fix missing globals
This commit is contained in:
@@ -590,6 +590,8 @@ public:
|
|||||||
static bool gMultithreadedWorld = false;
|
static bool gMultithreadedWorld = false;
|
||||||
static bool gDisplayProfileInfo = false;
|
static bool gDisplayProfileInfo = false;
|
||||||
static btScalar gSliderNumThreads = 1.0f; // should be int
|
static btScalar gSliderNumThreads = 1.0f; // should be int
|
||||||
|
static btScalar gSliderSolverIterations = 10.0f; // should be int
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////
|
////////////////////////////////////
|
||||||
CommonRigidBodyMTBase::CommonRigidBodyMTBase( struct GUIHelperInterface* helper )
|
CommonRigidBodyMTBase::CommonRigidBodyMTBase( struct GUIHelperInterface* helper )
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ MultiThreadedDemo::MultiThreadedDemo(struct GUIHelperInterface* helper)
|
|||||||
|
|
||||||
static btScalar gSliderStackRows = 8.0f;
|
static btScalar gSliderStackRows = 8.0f;
|
||||||
static btScalar gSliderStackColumns = 6.0f;
|
static btScalar gSliderStackColumns = 6.0f;
|
||||||
|
static btScalar gSliderStackHeight = 15.0f;
|
||||||
|
|
||||||
void MultiThreadedDemo::initPhysics()
|
void MultiThreadedDemo::initPhysics()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user