Fix warning with -Wreorder

This commit is contained in:
Daniele Bartolini
2019-12-18 21:20:49 +01:00
parent 4414136f32
commit 94f0a14e43

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;