now for the cigar...

This commit is contained in:
Erwin Coumans 2005-08-13 10:04:01 +00:00
parent 4d7089d19b
commit 9537bfa121

@ -207,6 +207,11 @@ struct BlenderDebugDraw : public IDebugDraw
{
m_debugMode = debugMode;
}
virtual int GetDebugMode() const
{
return m_debugMode;
}
};
#endif