Skip to content

Commit

Permalink
Add temporally coherent (persistent) SAP space
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiastucki committed Dec 29, 2015
1 parent 7b4657d commit 16bea61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public void collide(Object data, DNearCallback callback) {

for (int m = 0; m < infSize; ++m) {
DxGeom g1 = infGeomList.get(m);
if (GEOM_ENABLED(g1))
if (!GEOM_ENABLED(g1))
continue;

// collide infinite ones
Expand Down

0 comments on commit 16bea61

Please sign in to comment.