From f9054fc8a7b1a6c2bf5aa306b4ff101cf9d774ea Mon Sep 17 00:00:00 2001 From: msojocs Date: Fri, 22 Sep 2023 20:29:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E5=90=AFOn=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=90=8E=E6=B5=8B=E8=AF=95=E4=B8=8D=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/include/wxml.h | 2 +- src/include/wxss.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/wxml.h b/src/include/wxml.h index ab95e3a..7882f6e 100644 --- a/src/include/wxml.h +++ b/src/include/wxml.h @@ -625,7 +625,7 @@ namespace WXML void Init_55F20C(int root, std::string & key, std::string & offset_4, int offset_32, std::string &offset_36); public: std::map>> ret; - bool offset_24; + bool offset_24 = false; TransitTable(/* args */); ~TransitTable(); static TransitTable* GetInstance(); diff --git a/src/include/wxss.h b/src/include/wxss.h index 45d9891..158f11d 100644 --- a/src/include/wxss.h +++ b/src/include/wxss.h @@ -113,7 +113,7 @@ namespace WXSS static TransitTable* instance; static std::mutex m; std::map>> offset_0; - bool offset_24; + bool offset_24 = false; TransitTable(/* args */); ~TransitTable(); static TransitTable* GetInstance();