shut up pls
This commit is contained in:
parent
e02683cf71
commit
cdf7142cf9
|
@ -30,16 +30,6 @@ public class LWJGLEntryPoint {
|
|||
System.err.println("Could not set system look and feel: " + e.toString());
|
||||
}
|
||||
|
||||
LaunchRenderDocDialog lr = new LaunchRenderDocDialog();
|
||||
lr.setLocationRelativeTo(null);
|
||||
lr.setVisible(true);
|
||||
|
||||
while (lr.isVisible()) {
|
||||
EagUtils.sleep(100l);
|
||||
}
|
||||
|
||||
lr.dispose();
|
||||
|
||||
getANGLEPlatformFromArgs(args);
|
||||
|
||||
EagRuntime.create();
|
||||
|
|
Loading…
Reference in New Issue
Block a user