- attempts to work around an ATI bug for our tools

This commit is contained in:
Mark Vejvoda
2011-01-29 22:06:05 +00:00
parent d4370675be
commit f3a1b7534e
2 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ MainWindow::MainWindow()
this->panel = new wxPanel(this, wxID_ANY);
//gl canvas
int args[] = { WX_GL_RGBA, WX_GL_DOUBLEBUFFER };
int args[] = { WX_GL_RGBA, WX_GL_DOUBLEBUFFER, WX_GL_MIN_ALPHA, 8 };
glCanvas = new GlCanvas(this, this->panel, args);
//menus