mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-18 00:41:26 -07:00
Improve minimum dependency for complex numbers and quaternion numbers.
This commit is contained in:
@@ -437,12 +437,14 @@ default_logger :: proc() -> Logger {
|
||||
}
|
||||
|
||||
|
||||
@private
|
||||
__init_context_from_ptr :: proc "contextless" (c: ^Context, other: ^Context) {
|
||||
if c == nil do return;
|
||||
c^ = other^;
|
||||
__init_context(c);
|
||||
}
|
||||
|
||||
@private
|
||||
__init_context :: proc "contextless" (c: ^Context) {
|
||||
if c == nil do return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user