rename to b3 convention, to avoid naming conflicts when using in combination with Bullet 2.x
This commit is contained in:
@@ -35,7 +35,7 @@ inline void broadphaseTest()
|
||||
{
|
||||
TEST_INIT;
|
||||
|
||||
b3DynamicBvhBroadphase* bp = new b3DynamicBvhBroadphase(1);
|
||||
b3DynamicBvhBroadphase* bp = new b3DynamicBvhBroadphase(2);
|
||||
|
||||
int group=1;
|
||||
int mask=1;
|
||||
|
||||
Reference in New Issue
Block a user