mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Removed debug
This commit is contained in:
parent
d28a2ad61c
commit
2586270d03
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ final class MacOSXContextImplementation implements ContextImplementation {
|
|||
private static native void nSwapBuffers(ByteBuffer context_handle) throws LWJGLException;
|
||||
|
||||
public void update(ByteBuffer context_handle) {
|
||||
System.out.println("context_handle = " + context_handle);
|
||||
nUpdate(context_handle);
|
||||
}
|
||||
private static native void nUpdate(ByteBuffer context_handle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue