diff --git a/imgui.cpp b/imgui.cpp index c6c366de..d0bba01d 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -8201,7 +8201,7 @@ void ImFontAtlas::RenderCustomTexData(int pass, void* p_rects) ImVector& rects = *(ImVector*)p_rects; if (pass == 0) { - stbrp_rect r; + stbrp_rect r = { 0 }; r.w = (TEX_DATA_W*2)+1; r.h = TEX_DATA_H+1; rects.push_back(r);