mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
unsequenced comment fix
This commit is contained in:
parent
a356ac0aa9
commit
29260f79cf
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ typedef enum _ENetPacketFlag
|
|||
* made until the packet is delivered */
|
||||
ENET_PACKET_FLAG_RELIABLE = (1 << 0),
|
||||
/** packet will not be sequenced with other packets
|
||||
* not supported for reliable packets
|
||||
*/
|
||||
ENET_PACKET_FLAG_UNSEQUENCED = (1 << 1),
|
||||
/** packet will not allocate data, and user must supply it instead */
|
||||
|
|
Loading…
Reference in a new issue