Merge pull request #2548 from dbartolini/cleanup-dbvt-init-order
Fix warning with -Wreorder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user