mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-29 19:42:48 -04:00
reduce font scale to 1
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user