Skip to content

Commit

Permalink
Merge pull request #110 from ausFort/master
Browse files Browse the repository at this point in the history
Fix cuboid.outline
  • Loading branch information
mcmonkey4eva committed Aug 23, 2017
2 parents 450a511 + f5b315b commit a885865
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -410,8 +410,8 @@ public dList getOutline() {
return list;
}
}
list.add(pair.high.identify());
}

return list;
}

Expand Down

0 comments on commit a885865

Please sign in to comment.