reduce font scale to 1

This commit is contained in:
thecozies 2024-03-03 15:07:59 -06:00
parent 85f88d904d
commit c370f9011e

View File

@ -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;