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:
parent
f48d169c4a
commit
83918cccc9
@ -309,7 +309,7 @@ bool wxGLCanvas::Create( wxWindow *parent,
|
||||
}
|
||||
else
|
||||
{
|
||||
int data[512], arg=0, p=0;
|
||||
int arg=0, p=0;
|
||||
|
||||
while( (attribList[arg]!=0) && (p<510) )
|
||||
{
|
||||
|
@ -309,7 +309,7 @@ bool wxGLCanvas::Create( wxWindow *parent,
|
||||
}
|
||||
else
|
||||
{
|
||||
int data[512], arg=0, p=0;
|
||||
int arg=0, p=0;
|
||||
|
||||
while( (attribList[arg]!=0) && (p<510) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user