Success log level fixed

This commit is contained in:
Nekotekina 2015-02-27 21:11:07 +03:00
parent 233f2e478a
commit d62e95d0f8
6 changed files with 49 additions and 52 deletions

View file

@ -50,9 +50,9 @@ namespace Log
enum LogSeverity : u32
{
Success = 0,
Notice,
Notice = 0,
Warning,
Success,
Error,
};