lazydogP / turningpolyhedron

Automatically exported from code.google.com/p/turningpolyhedron
0 stars 0 forks source link

Tilt logic bug: should add some tilt checking in CheckPolyhedronStateEx when bMoving=False #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In clsPolyhedron::CheckPolyhedronStateAndResponse():

...
CheckPolyhedronStateEx m_tPos, m_tState, False
...

Which causes some regression bugs. Should add some tilt checking in 
CheckPolyhedronStateEx when bMoving=False. Related to issue 9 and issue 10.

Original issue reported on code.google.com by acme....@gmail.com on 23 Aug 2011 at 7:22

GoogleCodeExporter commented 8 years ago

Original comment by acme....@gmail.com on 26 Aug 2011 at 12:09

GoogleCodeExporter commented 8 years ago
Fixed in r205 (untested)

Original comment by acme....@gmail.com on 28 Aug 2011 at 1:22