diff --git a/core/sys/orca/orca.odin b/core/sys/orca/orca.odin index 2de6f8296..d1e7dbf66 100644 --- a/core/sys/orca/orca.odin +++ b/core/sys/orca/orca.odin @@ -1607,7 +1607,7 @@ mouse_state :: struct { wheel: vec2, using _: struct #raw_union { buttons: [5]key_state, - _: struct { + using _: struct { left: key_state, right: key_state, middle: key_state,