- bugfix for g3d viewer and updated wxwidgets

This commit is contained in:
SoftCoder
2014-11-28 23:35:35 -08:00
parent 126ed18589
commit ad0b652727
3 changed files with 19 additions and 11 deletions

View File

@@ -201,6 +201,7 @@ public:
void onKeyDown(wxKeyEvent &event);
void setCurrentGLContext();
wxGLContext * getCtx() { return context; }
private:
MainWindow *mainWindow;
wxGLContext *context;