mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Removed redundant makeCurrent from Display.java
This commit is contained in:
parent
859204c4a0
commit
02b883726b
1 changed files with 0 additions and 1 deletions
|
|
@ -528,7 +528,6 @@ public final class Display {
|
|||
try {
|
||||
context = new Display();
|
||||
createWindow();
|
||||
makeCurrent();
|
||||
initContext();
|
||||
} catch (LWJGLException e) {
|
||||
display_impl.destroyContext();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue