all: fix the build
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5b25db1025
commit
f2f6df9f7b
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ const ecs = @import("ecs");
|
|||
const Engine = @import("../engine.zig").Engine;
|
||||
const mach = @import("../main.zig");
|
||||
|
||||
const math = @import("../math.zig");
|
||||
const math = mach.math;
|
||||
const mat = math.mat;
|
||||
const Vec2 = math.Vec2;
|
||||
const Vec3 = math.Vec3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue