shut up pls

This commit is contained in:
kone 2023-04-13 14:43:47 -04:00
parent e02683cf71
commit cdf7142cf9

View File

@ -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();