mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
don't need null check
This commit is contained in:
@@ -215,7 +215,7 @@ public class PJOGL extends PGL {
|
||||
|
||||
public PJOGL(PGraphicsOpenGL pg) {
|
||||
super(pg);
|
||||
if (glu == null) glu = new GLU();
|
||||
glu = new GLU();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user