Skip to content

Commit

Permalink
Fix Debug compilation after previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jun 16, 2018
1 parent 28fd68a commit 96d9ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Externals/ode/ode/src/export-dif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ void dWorldExportDIF (dWorldID w, FILE *file, const char *prefix)
b->tag = num;
fprintf (file,"%sbody[%d] = dynamics.body {\n\tworld = %sworld,\n",prefix,num,prefix);
c.indent++;
c.print ("pos",b->pos);
c.print ("pos",b->posr.pos);
c.print ("q",b->q,4);
c.print ("lvel",b->lvel);
c.print ("avel",b->avel);
Expand Down

0 comments on commit 96d9ad4

Please sign in to comment.