Remove branding
This commit is contained in:
parent
56ed86f2a4
commit
3e75c64ece
@ -21,7 +21,7 @@ namespace branding
|
|||||||
const auto* font = reinterpret_cast<uint32_t*(*)()>(0x141CAC8E0_g)();
|
const auto* font = reinterpret_cast<uint32_t*(*)()>(0x141CAC8E0_g)();
|
||||||
if (!font) return;
|
if (!font) return;
|
||||||
|
|
||||||
game::R_AddCmdDrawText("T7x: " VERSION, std::numeric_limits<int>::max(), font, static_cast<float>(x),
|
game::R_AddCmdDrawText("", std::numeric_limits<int>::max(), font, static_cast<float>(x),
|
||||||
y + static_cast<float>(font[2]) * scale,
|
y + static_cast<float>(font[2]) * scale,
|
||||||
scale, scale, 0.0f, color, game::ITEM_TEXTSTYLE_NORMAL);
|
scale, scale, 0.0f, color, game::ITEM_TEXTSTYLE_NORMAL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user