mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
Fixed WGL extension bug
This commit is contained in:
parent
254681763d
commit
579dc64f4f
4 changed files with 14 additions and 19 deletions
|
|
@ -243,7 +243,7 @@ public class GLWindow extends Window {
|
|||
* Checks and sets WGL_EXT_extensions_string and WGL_ARB_extensions_string
|
||||
* if available.
|
||||
*/
|
||||
private static native void checkWGLExtensionsString();
|
||||
private native void checkWGLExtensionsString();
|
||||
|
||||
/**
|
||||
* Determine which WGL extensions are available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue