mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 16:36:46 +00:00
Fix builtin.quaternion generation
This commit is contained in:
@@ -1845,7 +1845,7 @@ gb_internal lbValue lb_build_builtin_proc(lbProcedure *p, Ast *expr, TypeAndValu
|
||||
}
|
||||
GB_ASSERT(index >= 0);
|
||||
|
||||
xyzw[index] = lb_build_expr(p, ce->args[i]);
|
||||
xyzw[index] = lb_build_expr(p, f->value);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user