Skip to content

Commit

Permalink
Merge branch 'adhesive-rebuild-4' into 'master'
Browse files Browse the repository at this point in the history
tweak(font-renderer): remove useless file, move it to

See merge request cfx/fivem!135
  • Loading branch information
silicon-cfx committed Oct 23, 2023
2 parents a108815 + 40608ba commit 341719d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
5 changes: 5 additions & 0 deletions code/components/font-renderer/src/FontRendererImpl.cpp
Expand Up @@ -269,3 +269,8 @@ void FontRendererImpl::DrawPerFrame()

FontRendererImpl g_fontRenderer;
FontRenderer* TheFonts = &g_fontRenderer;

static HookFunction hookFunction([]()
{
TheFonts->Initialize();
});
15 changes: 0 additions & 15 deletions code/components/font-renderer/src/GtaTest.cpp

This file was deleted.

0 comments on commit 341719d

Please sign in to comment.