remove a few warnings, fix GLInstancingRenderer::drawLines
This commit is contained in:
@@ -507,6 +507,11 @@ struct btMultibodyLink
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
default:
|
||||
{
|
||||
//invalid type
|
||||
btAssert(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user