From 938e81e34150ef1ea8beefd312014129d6923ed6 Mon Sep 17 00:00:00 2001 From: Laytan Date: Sat, 10 Aug 2024 23:59:51 +0200 Subject: [PATCH] sys/orca: add missing using --- core/sys/orca/orca.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,