mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
update tracy to v0.9 and adopt
This commit is contained in:
@ -35,7 +35,7 @@ class tracy_sink : public ::spdlog::sinks::base_sink <Mutex> {
|
||||
spdlog::memory_buf_t formatted;
|
||||
base_sink<Mutex>::formatter_->format(msg, formatted);
|
||||
auto string = fmt::to_string(formatted);
|
||||
TracyMessageC(string.data(), string.size(), level_to_color(msg.level))
|
||||
TracyMessageC(string.data(), string.size(), level_to_color(msg.level));
|
||||
}
|
||||
|
||||
void flush_() override {
|
||||
|
Reference in New Issue
Block a user