You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In b2Body.h on line 334 (in m_flags definition) the following is defined:
e_islandFlag = 0x0001,
e_sleepFlag = 0x0002,
e_allowSleepFlag = 0x0004,
e_bulletFlag = 0x0008,
e_fixedRotationFlag = 0x0010
I believe that "e_fixedRotationFlag = 0x0010" is incorrect as 10 would be
the sum of 2 and 8. Should this be 0x0016 instead?
Original issue reported on code.google.com by nash8...@gmail.com on 13 Oct 2009 at 8:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
nash8...@gmail.com
on 13 Oct 2009 at 8:43The text was updated successfully, but these errors were encountered: