diff --git a/source/coral/math.zig b/source/coral/math.zig index 5737634..68c8a44 100644 --- a/source/coral/math.zig +++ b/source/coral/math.zig @@ -20,7 +20,7 @@ pub fn Unsigned(comptime bits: comptime_int) type { }}); } -pub const Vector2 = struct { +pub const Vector2 = extern struct { x: f32, y: f32,