Skip to content

Commit 4046f85

Browse files
committed
Fixed output directory for combining to gif
1 parent 20bd9d6 commit 4046f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageOutput.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ createGifColor = createGifColorWithFileName "out_color.gif"
1919

2020
createGifColorWithFileName :: String -> [Image PixelRGB8]-> IO ()
2121
createGifColorWithFileName filename frames = a
22-
where Right a = writeGifAnimation ("./animation/" ++ filename) 10 LoopingForever frames
22+
where Right a = writeGifAnimation ("./out/" ++ filename) 10 LoopingForever frames

0 commit comments

Comments
 (0)