diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-28 08:21:24 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-28 08:21:24 +0100 |
commit | 80836bce1294898f3d115ed363edd6d921aa15d5 (patch) | |
tree | 3cd36d3dd9bfe016d6056b53b4f18c3355b7edb2 /src/crepe/api/Config.h | |
parent | 43695ecee65d63ba89bdab3eb49b5ada0eef399f (diff) |
adjusted texture and sprite to hold a texture, instead of reference
Diffstat (limited to 'src/crepe/api/Config.h')
-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 9b43cdf..2525120 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -33,7 +33,7 @@ public: * * 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 * |