mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 17:39:02 +02:00
- attempts to work around an ATI bug for our tools
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user