diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-05-02 20:38:30 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-05-02 20:38:30 +0200 |
| commit | 7d534769d6437cb63eeb4718bc8ed36ffef937f9 (patch) | |
| tree | d92250b15ade171e0246ec00b09b97778ce60d5e /core/compress/common.odin | |
| parent | 0a81fcc2afd0a4198f7377a306bca8d101dcb2e4 (diff) | |
Add new PNG post processing options.
Diffstat (limited to 'core/compress/common.odin')
| -rw-r--r-- | core/compress/common.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/compress/common.odin b/core/compress/common.odin index 11b5b74b3..ffdc2d208 100644 --- a/core/compress/common.odin +++ b/core/compress/common.odin @@ -19,7 +19,7 @@ Error :: union { This is here because png.load will return a this type of error union, as it may involve an I/O error, a Deflate error, etc. */ - image.PNG_Error, + image.Error, } General_Error :: enum { |