forked from teamnwah/openmw-tes3coop
Fix bounding box of bullet debug drawer
This commit is contained in:
parent
706b1d4c28
commit
61314e1db1
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ void DebugDrawer::step()
|
|||
mWorld->debugDrawWorld();
|
||||
mDrawArrays->setCount(mVertices->size());
|
||||
mVertices->dirty();
|
||||
mGeometry->dirtyBound();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue