aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Config.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-28 08:21:24 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-28 08:21:24 +0100
commit80836bce1294898f3d115ed363edd6d921aa15d5 (patch)
tree3cd36d3dd9bfe016d6056b53b4f18c3355b7edb2 /src/crepe/api/Config.h
parent43695ecee65d63ba89bdab3eb49b5ada0eef399f (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.h2
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
*