[ODE] Bug in dCylinder.cpp ?

Michal Bacik michal at lonelycatgames.com
Fri Feb 14 09:34:02 2003


File: contrib/dCylinder/dCylinder.cpp (current CVS version)
Function: dGeomCylinderSetParams
dUASSERT (g && dGeomGetClass(g) == dCCylinderClass,"argument not a
ccylinder");
The assert triggers, because obviously dCylinder is NOT ccylinder.


Btw, is it the right way to report bugs - posting them to the list?
Hopefully someone who can fix them notices them here.

- michal