From 3e7e779abf305f55a5b4fe59f3b905b397c0fe87 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 28 Jan 2024 22:18:51 +0000 Subject: Replace `core:*` to `base:*` where appropriate --- core/math/math_basic.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/math/math_basic.odin') diff --git a/core/math/math_basic.odin b/core/math/math_basic.odin index 95e0a93ec..041efd272 100644 --- a/core/math/math_basic.odin +++ b/core/math/math_basic.odin @@ -1,7 +1,7 @@ //+build !js package math -import "core:intrinsics" +import "base:intrinsics" @(default_calling_convention="none", private="file") foreign _ { -- cgit v1.2.3