aboutsummaryrefslogtreecommitdiff
path: root/core/image/common.odin
diff options
context:
space:
mode:
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 9d46b81e6..2d1dcf0f8 100644
--- a/core/image/common.odin
+++ b/core/image/common.odin
@@ -7,7 +7,7 @@ Image :: struct {
width: int,
height: int,
channels: int,
- depth: u8,
+ depth: int,
pixels: bytes.Buffer,
/*
Some image loaders/writers can return/take an optional background color.