Fix bounding box of bullet debug drawer

openmw-38
scrawl 9 years ago
parent 706b1d4c28
commit 61314e1db1

@ -78,6 +78,7 @@ void DebugDrawer::step()
mWorld->debugDrawWorld();
mDrawArrays->setCount(mVertices->size());
mVertices->dirty();
mGeometry->dirtyBound();
}
}

Loading…
Cancel
Save