1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:53:51 +00:00

Fix bounding box of bullet debug drawer

This commit is contained in:
scrawl 2015-11-20 03:04:03 +01:00
parent 706b1d4c28
commit 61314e1db1

View file

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