mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-22 12:59:14 +01:00
reduce font scale to 1
This commit is contained in:
parent
85f88d904d
commit
c370f9011e
@ -37,7 +37,7 @@ namespace RecompRml {
|
||||
|
||||
using namespace Rml;
|
||||
|
||||
constexpr int global_font_scale = 4;
|
||||
constexpr int global_font_scale = 1;
|
||||
|
||||
using FontFaceHandleFreetype = uintptr_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user