Browse Source

Fixed typo in GGPO bindings

Brennen Shaughnessy 2 năm trước cách đây
mục cha
commit
635d671ee7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
 		},