mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Fixed typo in GGPO bindings
This commit is contained in:
Vendored
+1
-1
@@ -50,7 +50,7 @@ Player :: struct {
|
||||
player_num: c.int,
|
||||
using u: struct #raw_union {
|
||||
local: struct {},
|
||||
remove: struct {
|
||||
remote: struct {
|
||||
ip_address: [32]byte,
|
||||
port: u16,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user