fix warning in previous revision, update MSVC project files, scons files in source/gameengine/Physics/Bullet must be updated by adding these directories in the include list: intern/string/include, source/gameengine/Rasterizer, source/kernel/gen_system. I leave it up to more expert than me.
This commit is contained in:
@@ -878,6 +878,9 @@ btCollisionShape* CcdShapeConstructionInfo::CreateBulletShape()
|
||||
|
||||
switch (m_shapeType)
|
||||
{
|
||||
case PHY_SHAPE_NONE:
|
||||
break;
|
||||
|
||||
case PHY_SHAPE_BOX:
|
||||
collisionShape = new btBoxShape(m_halfExtend);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user