mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
Fix spdlog, add TeamsLeft print
This commit is contained in:
2
vendor/spdlog/sinks/msvc_sink.h
vendored
2
vendor/spdlog/sinks/msvc_sink.h
vendored
@@ -32,7 +32,7 @@ class msvc_sink : public base_sink<Mutex> {
|
||||
public:
|
||||
msvc_sink() = default;
|
||||
msvc_sink(bool check_debugger_present)
|
||||
: check_debugger_present_{check_debugger_present} {};
|
||||
: check_debugger_present_{check_debugger_present} {}
|
||||
|
||||
protected:
|
||||
void sink_it_(const details::log_msg &msg) override {
|
||||
|
||||
Reference in New Issue
Block a user