ソースを参照

Fixed typo in GGPO bindings

Brennen Shaughnessy 2 年 前
コミット
635d671ee7
1 ファイル変更1 行追加1 行削除
  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,
 		},