updated new DialogDynamicsWorld GUI to compile and run on Mac OS X.

This commit is contained in:
erwin.coumans
2009-09-26 19:58:37 +00:00
parent 2f4f468f4d
commit ebd44c1cd2
5 changed files with 14 additions and 7 deletions

View File

@@ -60,6 +60,8 @@ public:
{
m_type = GL_TEXT_CONTROL;
}
virtual ~GL_TextControl() {}
virtual void draw(int& parentHorPos,int& parentVertPos,btScalar deltaTime);
};