code review

This commit is contained in:
m-aXimilian
2025-06-14 16:55:45 +02:00
parent 2180f07ea9
commit 896ddfb720
2 changed files with 32 additions and 29 deletions
+2 -4
View File
@@ -8,7 +8,5 @@
#define LOGLEVELSELECT "Log Level"
#define SHOWIMGUIDEMOS "ImGui Demos"
namespace
{
const char* LOGLEVELS[] = {"Trace", "Debug", "Info", "Warning", "Error"};
}
inline constexpr const char* LOGLEVELS[] = {"Trace", "Debug", "Info", "Warning", "Error"};