diff --git a/src/client/component/branding.cpp b/src/client/component/branding.cpp index 18713df9..89dd18ea 100644 --- a/src/client/component/branding.cpp +++ b/src/client/component/branding.cpp @@ -44,7 +44,7 @@ namespace branding game::rectDef_s text_rect{}; - game::UI_DrawWrappedText(placement, "h2-mod", &rect, font, + game::UI_DrawWrappedText(placement, "", &rect, font, 5.f, 12.f, 0.17f, color, 0, 0, &text_rect, 0); } }