mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
removing applet, upgrading OpenGL
This commit is contained in:
@@ -890,7 +890,8 @@ public class PdePreprocessor {
|
||||
public String[] getCoreImports() {
|
||||
return new String[] {
|
||||
"processing.core.*",
|
||||
"processing.data.*"
|
||||
"processing.data.*",
|
||||
"processing.opengl.*"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user