aboutsummaryrefslogtreecommitdiff
path: root/core/image/common.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-01-28 22:18:51 +0000
committergingerBill <bill@gingerbill.org>2024-01-28 22:18:51 +0000
commit3e7e779abf305f55a5b4fe59f3b905b397c0fe87 (patch)
tree8c92f5f4fc9e7eb7d83f03c80e592c77299f06ad /core/image/common.odin
parent6a07effdd2cb7c369aa4c9711ff66b840abe3033 (diff)
Replace `core:*` to `base:*` where appropriate
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 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.