Skip to content

Commit

Permalink
Merge pull request bulletphysics#2548 from dbartolini/cleanup-dbvt-in…
Browse files Browse the repository at this point in the history
…it-order

Fix warning with -Wreorder
  • Loading branch information
erwincoumans authored Dec 24, 2019
2 parents 56f199a + 94f0a14 commit c9a0646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BulletCollision/BroadphaseCollision/btDbvt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c9a0646

Please sign in to comment.