mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-06 08:49:56 +01:00
AWTGLCanvas fix
This commit is contained in:
parent
543e0ee5e2
commit
e3f5cc7691
|
|
@ -115,6 +115,7 @@ public class AWTGLCanvas extends Canvas {
|
|||
* Destroy the OpenGL context. This occurs when the component is no longer displayable.
|
||||
*/
|
||||
private synchronized void destroyContext() throws LWJGLException {
|
||||
nDestroyContext();
|
||||
}
|
||||
private native void nDestroyContext() throws LWJGLException;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue