mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
Fix bounding box of bullet debug drawer
This commit is contained in:
parent
706b1d4c28
commit
61314e1db1
@ -78,6 +78,7 @@ void DebugDrawer::step()
|
|||||||
mWorld->debugDrawWorld();
|
mWorld->debugDrawWorld();
|
||||||
mDrawArrays->setCount(mVertices->size());
|
mDrawArrays->setCount(mVertices->size());
|
||||||
mVertices->dirty();
|
mVertices->dirty();
|
||||||
|
mGeometry->dirtyBound();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user