Merge pull request #2548 from dbartolini/cleanup-dbvt-init-order

Fix warning with -Wreorder
This commit is contained in:
erwincoumans
2019-12-24 10:03:35 -08:00
committed by GitHub

View File

@@ -203,8 +203,8 @@ struct btDbvntNode
btDbvntNode(const btDbvtNode* n)
: volume(n->volume)
, angle(0)
, normal(0,0,0)
, angle(0)
, data(n->data)
{
childs[0] = 0;