Browse Source

sys/orca: add missing using

Laytan 1 year ago
parent
commit
938e81e341
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sys/orca/orca.odin

+ 1 - 1
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,