mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-11 07:53:51 +01:00
tweak to pbuffer support
This commit is contained in:
parent
e0a52b20c3
commit
e28f8554f9
|
|
@ -215,6 +215,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_MacOSXContextImplementation_nDestro
|
|||
|
||||
if (context_info->peer_info->isWindowed) {
|
||||
[context_info->context release];
|
||||
context_info->context = nil;
|
||||
}
|
||||
|
||||
[pool release];
|
||||
|
|
|
|||
Loading…
Reference in a new issue