mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Update GLFW.java
This commit is contained in:
parent
3bb19ff593
commit
eb41f38a9c
@ -960,11 +960,8 @@ public class GLFW
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void glfwMakeContextCurrent(long window) {
|
public static void glfwMakeContextCurrent(long window) {
|
||||||
//Probably not the best idea to rely on program's internals to share the contexts...
|
//Probably not the best idea to rely on program's internals to share the contexts
|
||||||
try{
|
new Exception("Trace exception").printStackTrace();
|
||||||
throw new Exception("Trace exception");
|
|
||||||
}catch(Exception e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
nativeEglMakeCurrent(window);
|
nativeEglMakeCurrent(window);
|
||||||
System.out.println(Long.toString(nativeEglGetCurrentContext(),16));
|
System.out.println(Long.toString(nativeEglGetCurrentContext(),16));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user