Fix m_lo, m_high implementation in box.h

Issue #137 resolved
Eric Harper created an issue

Currently, "workaround code" is used to fix changes in z-values for 2D boxes due to the way in which m_lo and m_hi are instantiated (both of these are set before the 2D check is run, it should be in reverse)

This should be fixed, as long as this doesn't brake anything (which it shouldn't, so it of course will)

Comments (4)

  1. Log in to comment