umph, had made a dangerous mistake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -309,7 +309,7 @@ bool wxGLCanvas::Create( wxWindow *parent,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int data[512], arg=0, p=0;
|
int arg=0, p=0;
|
||||||
|
|
||||||
while( (attribList[arg]!=0) && (p<510) )
|
while( (attribList[arg]!=0) && (p<510) )
|
||||||
{
|
{
|
||||||
|
@@ -309,7 +309,7 @@ bool wxGLCanvas::Create( wxWindow *parent,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int data[512], arg=0, p=0;
|
int arg=0, p=0;
|
||||||
|
|
||||||
while( (attribList[arg]!=0) && (p<510) )
|
while( (attribList[arg]!=0) && (p<510) )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user