Skip to content

Commit 33adad4

Browse files
committed
fixing the reverted GPU split
1 parent 1f7e2de commit 33adad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/utils/SVGFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static File exportSVG(CSG currentCsg, File defaultDir) {
2424
baseDirForFiles = new File(baseDirForFiles.getAbsolutePath() + ".svg");
2525
try {
2626
SVGExporter.export(currentCsg, baseDirForFiles);
27-
} catch (IOException e) {
27+
} catch (Exception e) {
2828
// Auto-generated catch block
2929
e.printStackTrace();
3030
}

0 commit comments

Comments
 (0)