Segmentation Fault with world.setShowDebugGeometries(True)

brunomfs

01-10-2007 23:45:16

Hello guys,
i am using Python-Ogre + OgreOde and whenever i call world.setShowDebugGeometries(True) i get a segmentation fault. The error doesn't happen with getShowDebugGeometries() and neither with setShowDebugGeometries(False) though.
Also, in the Demo_Scenes.py, the function works ok.

Thanks in advance!