We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20a6549 + ff2b77f commit 31e7498Copy full SHA for 31e7498
src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle/CaDoodleFile.java
@@ -689,6 +689,8 @@ public File save() throws IOException {
689
private void setTimelineImage(List<CSG> currentState, int currentIndex2) throws IOException {
690
if(selfInternal==null)
691
return;
692
+ if(currentIndex2==0)
693
+ return;
694
File parent = selfInternal.getAbsoluteFile().getParentFile();
695
File imageCache = new File(parent.getAbsolutePath() + delim() + "timeline" + delim() + currentIndex2 + ".png");
696
File image = new File(parent.getAbsolutePath() + delim() + "snapshot.png");
0 commit comments