fix some btgui issues on Mac OSX
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user