fix some btgui issues on Mac OSX

This commit is contained in:
Erwin Coumans
2014-05-20 14:43:19 -07:00
parent 4912bebfbf
commit 7f300a877f
5 changed files with 45 additions and 32 deletions

View File

@@ -51,6 +51,7 @@ struct b3gWindowConstructionInfo
void* m_windowHandle;
const char* m_title;
int m_openglVersion;
b3gWindowConstructionInfo(int width=1024, int height=768)
:m_width(width),