Fix warning.
This commit is contained in:
parent
07886e9c44
commit
7c4615282a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import pixie, chroma, vmath, strutils, os
|
||||
import pixie, chroma, strutils, os
|
||||
|
||||
proc writeAndCheck(image: Image, fileName: string) =
|
||||
image.writeFile(fileName)
|
||||
|
|
Loading…
Reference in a new issue