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 ad01f7e6b..c7507a85f 100644 --- a/core/image/common.odin +++ b/core/image/common.odin @@ -13,7 +13,7 @@ package image import "core:bytes" import "core:mem" import "core:compress" -import "core:runtime" +import "base:runtime" /* 67_108_864 pixels max by default. |