mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Fixed typo in GGPO bindings
This commit is contained in:
2
vendor/ggpo/ggpo.odin
vendored
2
vendor/ggpo/ggpo.odin
vendored
@@ -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