mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
@@ -379,7 +379,7 @@ public class PreprocService {
|
||||
|
||||
// Core and default imports
|
||||
PdePreprocessor preProcessor =
|
||||
PdePreprocessor.builderFor(this.sketch.getName()).build();
|
||||
PdePreprocessor.builderFor(this.sketch.getMainName()).build();
|
||||
if (coreAndDefaultImports == null) {
|
||||
coreAndDefaultImports = buildCoreAndDefaultImports(preProcessor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user