mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
Fix spdlog, add TeamsLeft print
This commit is contained in:
2
vendor/spdlog/sinks/callback_sink.h
vendored
2
vendor/spdlog/sinks/callback_sink.h
vendored
@@ -27,7 +27,7 @@ public:
|
||||
|
||||
protected:
|
||||
void sink_it_(const details::log_msg &msg) override { callback_(msg); }
|
||||
void flush_() override{};
|
||||
void flush_() override{}
|
||||
|
||||
private:
|
||||
custom_log_callback callback_;
|
||||
|
||||
Reference in New Issue
Block a user