From 29260f79cf15f8ca2979c71a050e554824b21e6d Mon Sep 17 00:00:00 2001 From: Lee Salzman Date: Wed, 26 Jun 2024 08:30:38 -0400 Subject: [PATCH] unsequenced comment fix --- include/enet/enet.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/enet/enet.h b/include/enet/enet.h index 3001018..c748eb5 100644 --- a/include/enet/enet.h +++ b/include/enet/enet.h @@ -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 */