- attempt to further stabilize g3d viewer end map editor

This commit is contained in:
SoftCoder
2014-11-29 17:44:22 -08:00
parent 956671f018
commit c21317a5f4
3 changed files with 12 additions and 8 deletions

View File

@@ -575,7 +575,7 @@ void MainWindow::init() {
#elif wxCHECK_VERSION(2, 9, 1)
#else
//glCanvas->SetCurrent();
glCanvas->SetCurrent();
//printf("setcurrent #2\n");
#endif
@@ -593,7 +593,7 @@ void MainWindow::onPaint(wxPaintEvent &event) {
#elif wxCHECK_VERSION(2, 9, 3)
#elif wxCHECK_VERSION(2, 9, 1)
//glCanvas->setCurrentGLContext();
glCanvas->setCurrentGLContext();
#endif
if(startupSettingsInited == false) {