Sets default value of ConsoleLine channel to "Console"
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Ship {
|
||||
struct ConsoleLine {
|
||||
std::string text;
|
||||
spdlog::level::level_enum priority = spdlog::level::info;
|
||||
std::string channel = "Main";
|
||||
std::string channel = "Console";
|
||||
};
|
||||
|
||||
class Console {
|
||||
|
||||
Reference in New Issue
Block a user