mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-31 07:20:14 -05:00
Sets default value of ConsoleLine channel to "Console"
This commit is contained in:
parent
c7ccd6dbff
commit
f97f9ae422
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user