mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
library and video stuff
This commit is contained in:
@@ -434,6 +434,7 @@ public class PdeSketchbook {
|
||||
list[i].equals("CVS")) continue;
|
||||
|
||||
File subfolder = new File(folder, list[i]);
|
||||
File lib = new File(subfolder, "library");
|
||||
File entry = new File(subfolder, list[i] + ".pde");
|
||||
// if a .pde file of the same prefix as the folder exists..
|
||||
if (entry.exists()) {
|
||||
|
||||
Reference in New Issue
Block a user