fix: start with localtime = 0

fix: drawSphere function in btIDebugDraw should be virtual
This commit is contained in:
erwin.coumans
2010-07-22 20:24:03 +00:00
parent 1cb3365771
commit 6d48fd6172
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ class btIDebugDraw
drawLine (from, to, fromColor);
}
void drawSphere(btScalar radius, const btTransform& transform, const btVector3& color)
virtual void drawSphere(btScalar radius, const btTransform& transform, const btVector3& color)
{
btVector3 start = transform.getOrigin();