mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
changes for 85, hopefully closing in
This commit is contained in:
@@ -3068,12 +3068,12 @@ public class PApplet extends Applet
|
||||
//System.out.println("found the wrong case");
|
||||
//throw new RuntimeException("wrong case");
|
||||
}
|
||||
} catch (IOException e) { }
|
||||
} catch (Exception e) { } // ioex or security
|
||||
|
||||
stream = new FileInputStream(file);
|
||||
if (stream != null) return stream;
|
||||
|
||||
} catch (IOException e) { } // ignored
|
||||
} catch (Exception e) { } // ioex or security
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user