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:
Benoit Bolsee
2008-08-21 19:00:24 +00:00
parent 0a87d821a9
commit ca1182ff56
2 changed files with 6 additions and 3 deletions

View File

@@ -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;