Browse Source

Fixed typo in GGPO bindings

Brennen Shaughnessy 2 years ago
parent
commit
635d671ee7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/ggpo/ggpo.odin

+ 1 - 1
vendor/ggpo/ggpo.odin

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