mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 20:32:21 -07:00
encoding/cbor: adhere to new quaternion rules of master
This commit is contained in:
@@ -177,7 +177,7 @@ test_marshalling :: proc(t: ^testing.T) {
|
||||
ennie = .EFoo,
|
||||
ennieb = {.EBar},
|
||||
|
||||
quat = quaternion(16, 17, 18, 19),
|
||||
quat = quaternion(w=16, x=17, y=18, z=19),
|
||||
comp = complex(32, 33),
|
||||
|
||||
important = '!',
|
||||
|
||||
Reference in New Issue
Block a user