mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
reduce font scale to 1
This commit is contained in:
parent
85f88d904d
commit
c370f9011e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace RecompRml {
|
||||||
|
|
||||||
using namespace Rml;
|
using namespace Rml;
|
||||||
|
|
||||||
constexpr int global_font_scale = 4;
|
constexpr int global_font_scale = 1;
|
||||||
|
|
||||||
using FontFaceHandleFreetype = uintptr_t;
|
using FontFaceHandleFreetype = uintptr_t;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue