From cfbe71d49d3daa928894ceefaf688ff31e0102c5 Mon Sep 17 00:00:00 2001 From: jinchao <383321154@qq.com> Date: Wed, 21 May 2025 13:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9DDSInterface=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XNCore/XNDDSInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XNCore/XNDDSInterface.h b/XNCore/XNDDSInterface.h index 21ba78c..4db4a7a 100644 --- a/XNCore/XNDDSInterface.h +++ b/XNCore/XNDDSInterface.h @@ -204,7 +204,7 @@ protected: std::unordered_map> setByteArrayFunction; std::mutex mutex; uint8_t header[5]{}; // 固定大小的头部 - size_t headerSize = 0; + size_t headerSize = 5; }; #define MAP_DATA_FUNC(NAME) \