Remove branding overlay

This commit is contained in:
Ahrimdon 2024-03-07 03:35:59 -05:00
parent f7b23d1cb2
commit 00c4a8463d

View File

@ -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);
}
}