Explorar o código

Fixed typo in GGPO bindings

Brennen Shaughnessy %!s(int64=2) %!d(string=hai) anos
pai
achega
635d671ee7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vendor/ggpo/ggpo.odin

+ 1 - 1
vendor/ggpo/ggpo.odin

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