diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-17 14:22:04 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-17 14:22:04 +0100 |
commit | 7039acfa49e64b6865c7897de29a1b812b8df7d0 (patch) | |
tree | 63e96be92f35cdf17198d9eb0f6def88932e81f0 /src/crepe | |
parent | daff506e3b941a8bca8f6e785944fa5071a7130c (diff) |
revered to master
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/api/Config.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h index b86faff..ca2d3f1 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -26,7 +26,7 @@ struct Config final { * * Only messages with equal or higher priority than this value will be logged. */ - Log::Level level = Log::Level::DEBUG; + Log::Level level = Log::Level::INFO; /** * \brief Colored log output * @@ -76,17 +76,6 @@ struct Config final { */ std::string root_pattern = ".crepe-root"; } asset; - //! Default font options - struct { - /** - * \brief Default font size - * - * Using the SDL_ttf library the font size needs to be set when loading the font. - * This config option is the font size at which all fonts will be loaded initially. - * - */ - unsigned int size = 32; - } font; //! Audio system settings struct { |