From 2f8d36a33854715828d412792663f355b9e393ae Mon Sep 17 00:00:00 2001 From: heavydemon21 Date: Tue, 17 Dec 2024 09:08:06 +0100 Subject: idk --- src/crepe/api/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crepe/api') diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h index c20287d..b86faff 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -85,7 +85,7 @@ struct Config final { * This config option is the font size at which all fonts will be loaded initially. * */ - unsigned int size = 16; + unsigned int size = 32; } font; //! Audio system settings -- cgit v1.2.3