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