Removed redundant makeCurrent from Display.java

This commit is contained in:
Elias Naur 2005-01-14 09:39:22 +00:00
parent 859204c4a0
commit 02b883726b
1 changed files with 0 additions and 1 deletions

View File

@ -528,7 +528,6 @@ public final class Display {
try {
context = new Display();
createWindow();
makeCurrent();
initContext();
} catch (LWJGLException e) {
display_impl.destroyContext();