eihrul 20 년 전
부모
커밋
bd51177c64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      peer.c

+ 1 - 1
peer.c

@@ -517,7 +517,7 @@ enet_peer_queue_outgoing_command (ENetPeer * peer, const ENetProtocol * command,
     else
     if (command -> header.flags & ENET_PROTOCOL_FLAG_UNSEQUENCED)
     {
-       ++ channel -> outgoingUnsequencedGroup;
+       ++ peer -> outgoingUnsequencedGroup;
 
        outgoingCommand -> reliableSequenceNumber = 0;
        outgoingCommand -> unreliableSequenceNumber = 0;