hud_elements: bump buffer size of TextColored to 128

mangoconfig
Alessandro Toia 8 months ago
parent 23c9b50742
commit cd87e22dc3

@ -113,7 +113,7 @@ void HudElements::convert_colors(bool do_conv, const struct overlay_params& para
void HudElements::TextColored(ImVec4 col, const char *fmt, ...){
auto textColor = ImGui::ColorConvertFloat4ToU32(col);
char buffer[48] {};
char buffer[128] {};
va_list args;
va_start(args, fmt);

Loading…
Cancel
Save