fixed the compilation errors due to GIMPACT directory move

This commit is contained in:
nicola.candussi
2008-10-13 17:26:31 +00:00
parent 919a9dcc29
commit 05cc5656bb
6 changed files with 11 additions and 10 deletions

View File

@@ -116,8 +116,6 @@ protected:
void update()
{
btConvexHullShape *ch_shape = static_cast<btConvexHullShape*>(shape());
//apply the scaling
btVector3 const& scale = m_ch_shape->getLocalScaling();
btPoint3 const* points = m_ch_shape->getPoints();