Skip to content

Commit

Permalink
dont use static
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelrau committed Jul 13, 2024
1 parent e90ef0f commit bbf4ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/component/branding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace branding
if (dvars::branding && dvars::branding->current.enabled)
{
#if GIT_DIRTY == 1
static const auto font = game::R_RegisterFont("fonts/blender_pro_medium.ttf", 32);
const auto font = game::R_RegisterFont("fonts/blender_pro_medium.ttf", 32);
if (!font) return;

static const auto offset_from_corner = 75.0f;
Expand Down

0 comments on commit bbf4ff5

Please sign in to comment.