Fix the commit 6838 (Fix non optimal position of net name and pad name in GAL mode), broken.
This commit is contained in:
parent
3e5443166e
commit
b7f863dc4c
|
@ -146,9 +146,10 @@ OPENGL_GAL::~OPENGL_GAL()
|
||||||
glDeleteTextures( 1, &fontTexture );
|
glDeleteTextures( 1, &fontTexture );
|
||||||
isBitmapFontLoaded = false;
|
isBitmapFontLoaded = false;
|
||||||
}
|
}
|
||||||
|
#ifndef __WIN32__ // FIXME: crashes on W7 - 32 bits
|
||||||
delete OPENGL_GAL::glContext;
|
delete OPENGL_GAL::glContext;
|
||||||
glContext = NULL;
|
glContext = NULL;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue