This commit is contained in:
XDrake99 2017-02-04 15:57:37 +01:00
parent 169e721a39
commit 6b0500b4df
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -89,10 +89,10 @@ class NEWTWindow implements GLEventListener {
System.out.println("Loaded OpenGL");
// We may at this point tweak the caps and request a translucent drawable
caps.setBackgroundOpaque(true); //transparency window
caps.setSampleBuffers(false);
// caps.setSampleBuffers(false);
final GLWindow glWindow = GLWindow.create(caps);
window = glWindow;
glWindow.setTitle("WarpPI Calculator by Andrea Cavalli (XDrake99)");
glWindow.addWindowListener(new WindowListener() {