remove a few warnings, fix GLInstancingRenderer::drawLines

This commit is contained in:
=
2014-07-29 11:08:09 -07:00
parent c487170196
commit cac50c1a8e
5 changed files with 87 additions and 40 deletions

View File

@@ -507,6 +507,11 @@ struct btMultibodyLink
break;
}
#endif
default:
{
//invalid type
btAssert(0);
}
}
}
};