diff options
Diffstat (limited to 'core/image/common.odin')
| -rw-r--r-- | core/image/common.odin | 2 |
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. |