private void reinit() throws LWJGLException { Display.create(new PixelFormat()); glInit(); renderer = new QuadRenderer(); }