fix padding in btSolverConstraint, see Issue 650
fix some warnings
This commit is contained in:
@@ -12,6 +12,10 @@ GLDebugDrawer::GLDebugDrawer()
|
||||
|
||||
}
|
||||
|
||||
GLDebugDrawer::~GLDebugDrawer()
|
||||
{
|
||||
}
|
||||
|
||||
void GLDebugDrawer::drawLine(const btVector3& from,const btVector3& to,const btVector3& fromColor, const btVector3& toColor)
|
||||
{
|
||||
glBegin(GL_LINES);
|
||||
|
||||
Reference in New Issue
Block a user