don't need null check

This commit is contained in:
codeanticode
2014-01-23 16:46:11 -05:00
parent 0cbef06a32
commit b552b2ec24

View File

@@ -215,7 +215,7 @@ public class PJOGL extends PGL {
public PJOGL(PGraphicsOpenGL pg) {
super(pg);
if (glu == null) glu = new GLU();
glu = new GLU();
}