Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Aug 27, 2024
1 parent 0be543b commit 33577b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primedev/client/debugoverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static void __fastcall h_DrawOverlay(OverlayBase_t* pOverlay)
LeaveCriticalSection(s_OverlayMutex);
}

static void (__fastcall *o_pDrawAllOverlays)(bool bRender) = nullptr;
static void(__fastcall* o_pDrawAllOverlays)(bool bRender) = nullptr;
static void __fastcall h_DrawAllOverlays(bool bRender)
{
EnterCriticalSection(s_OverlayMutex);
Expand Down

0 comments on commit 33577b3

Please sign in to comment.