Skip to content

Commit 96d9ad4

Browse files
committed
Fix Debug compilation after previous commit
1 parent 28fd68a commit 96d9ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Externals/ode/ode/src/export-dif.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ void dWorldExportDIF (dWorldID w, FILE *file, const char *prefix)
448448
b->tag = num;
449449
fprintf (file,"%sbody[%d] = dynamics.body {\n\tworld = %sworld,\n",prefix,num,prefix);
450450
c.indent++;
451-
c.print ("pos",b->pos);
451+
c.print ("pos",b->posr.pos);
452452
c.print ("q",b->q,4);
453453
c.print ("lvel",b->lvel);
454454
c.print ("avel",b->avel);

0 commit comments

Comments
 (0)