mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
rewriting event queue setup, changing default imports, general havoc
This commit is contained in:
@@ -521,6 +521,7 @@ public class JavaBuild {
|
||||
|
||||
if (pkg.startsWith("processing.core.")) return true;
|
||||
if (pkg.startsWith("processing.data.")) return true;
|
||||
if (pkg.startsWith("processing.event.")) return true;
|
||||
if (pkg.startsWith("processing.opengl.")) return true;
|
||||
|
||||
// // ignore core, data, and opengl packages
|
||||
|
||||
Reference in New Issue
Block a user