removing applet, upgrading OpenGL

This commit is contained in:
benfry
2012-07-20 20:57:51 +00:00
parent 74a0aa9bb1
commit a2f5c06873
6 changed files with 39 additions and 41 deletions

View File

@@ -890,7 +890,8 @@ public class PdePreprocessor {
public String[] getCoreImports() {
return new String[] {
"processing.core.*",
"processing.data.*"
"processing.data.*",
"processing.opengl.*"
};
}