diff --git a/include/Spectre/System/Log.h b/include/Spectre/System/Log.h index 26d2ac1..6908134 100644 --- a/include/Spectre/System/Log.h +++ b/include/Spectre/System/Log.h @@ -15,7 +15,7 @@ public : T_WARNING = 1 << 0, T_CRITICAL = 1 << 1, T_ERROR = 1 << 2, - T_DEBUG = 1 << 3 + T_DEBUG = 1 << 3 }; static void info(const char *message, ...);