From 26f05c6e3dcac9995345fb5a2b031be7e3ea79e9 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 22:59:42 +0800 Subject: *TextGenerator --- Runtime/Common/DataBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runtime/Common/DataBuffer.h') diff --git a/Runtime/Common/DataBuffer.h b/Runtime/Common/DataBuffer.h index 74d2b02..7004937 100644 --- a/Runtime/Common/DataBuffer.h +++ b/Runtime/Common/DataBuffer.h @@ -17,7 +17,7 @@ public: delete data; } - char* data; + unsigned char* data; int length; private: -- cgit v1.1-26-g67d0