Skip to content

Commit

Permalink
unsequenced comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsalzman committed Jun 26, 2024
1 parent a356ac0 commit 29260f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/enet/enet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 29260f7

Please sign in to comment.