Fixed typo in GGPO bindings

This commit is contained in:
Brennen Shaughnessy
2023-07-15 15:59:58 -04:00
parent 204c0fa4d8
commit 635d671ee7

View File

@@ -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,
},