diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-17 09:08:06 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-17 09:08:06 +0100 |
commit | 2f8d36a33854715828d412792663f355b9e393ae (patch) | |
tree | d7cd864f17f91965e80f2cde015b5a5d5e009ecc /src/crepe/api | |
parent | c0dc5f5d785cb4d0b0f5c05174c36fab9eef9cfb (diff) |
idk
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |