sys/orca: add missing using

This commit is contained in:
Laytan
2024-08-10 23:59:51 +02:00
committed by GitHub
parent 9f5854e24e
commit 938e81e341
+1 -1
View File
@@ -1607,7 +1607,7 @@ mouse_state :: struct {
wheel: vec2, wheel: vec2,
using _: struct #raw_union { using _: struct #raw_union {
buttons: [5]key_state, buttons: [5]key_state,
_: struct { using _: struct {
left: key_state, left: key_state,
right: key_state, right: key_state,
middle: key_state, middle: key_state,