aboutsummaryrefslogtreecommitdiff
path: root/core/image/common.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-05-14 15:15:04 +0100
committergingerBill <bill@gingerbill.org>2022-05-14 15:15:04 +0100
commite8485ee7e7b5487bad1e195235a93543c82b630a (patch)
treecf7db00f137d1829ccc96b068e83392f864cc88a /core/image/common.odin
parentc516fb947f7aafd00363dfcdaefa79f96e4f4ee5 (diff)
Correction to `image.destroy`
Diffstat (limited to 'core/image/common.odin')
-rw-r--r--core/image/common.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/image/common.odin b/core/image/common.odin
index 28129a6e1..baacd64d9 100644
--- a/core/image/common.odin
+++ b/core/image/common.odin
@@ -57,7 +57,7 @@ Image :: struct {
which: Which_File_Type,
}
-Image_Metadata :: union {
+Image_Metadata :: union #shared_nil {
^Netpbm_Info,
^PNG_Info,
^QOI_Info,