unsequenced comment fix

This commit is contained in:
Lee Salzman 2024-06-26 08:30:38 -04:00
parent a356ac0aa9
commit 29260f79cf

View file

@ -108,7 +108,6 @@ typedef enum _ENetPacketFlag
* made until the packet is delivered */ * made until the packet is delivered */
ENET_PACKET_FLAG_RELIABLE = (1 << 0), ENET_PACKET_FLAG_RELIABLE = (1 << 0),
/** packet will not be sequenced with other packets /** packet will not be sequenced with other packets
* not supported for reliable packets
*/ */
ENET_PACKET_FLAG_UNSEQUENCED = (1 << 1), ENET_PACKET_FLAG_UNSEQUENCED = (1 << 1),
/** packet will not allocate data, and user must supply it instead */ /** packet will not allocate data, and user must supply it instead */