From 628ddc91ca97d14a42edcd2e77d40caa0621c95d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 28 Aug 2023 05:09:48 -0500 Subject: [PATCH] fix void pointer --- extern/imgui_patched/imgui_draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/imgui_patched/imgui_draw.cpp b/extern/imgui_patched/imgui_draw.cpp index 6e39f4d0d..208b2fdde 100644 --- a/extern/imgui_patched/imgui_draw.cpp +++ b/extern/imgui_patched/imgui_draw.cpp @@ -2228,7 +2228,7 @@ ImFont* ImFontAtlas::AddFontFromMemoryCompressedTTF(const void* compressed_ttf_d #ifdef TA_BIG_ENDIAN unsigned char* beData=(unsigned char*)IM_ALLOC(compressed_ttf_size); for (int i=0; i