aboutsummaryrefslogtreecommitdiff
path: root/core/compress
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2021-05-02 20:38:30 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2021-05-02 20:38:30 +0200
commit7d534769d6437cb63eeb4718bc8ed36ffef937f9 (patch)
treed92250b15ade171e0246ec00b09b97778ce60d5e /core/compress
parent0a81fcc2afd0a4198f7377a306bca8d101dcb2e4 (diff)
Add new PNG post processing options.
Diffstat (limited to 'core/compress')
-rw-r--r--core/compress/common.odin2
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 {