mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
add workaround for compiling with spdlog and incompatible libfmt (fixes #214)
This commit is contained in:
@@ -79,7 +79,8 @@ AudioManager::AudioManager() {
|
||||
return;
|
||||
}
|
||||
|
||||
spdlog::get("audio")->info("Audio backend: {}", ma_get_backend_name(m_context.backend));
|
||||
const auto backend_name = ma_get_backend_name(m_context.backend);
|
||||
spdlog::get("audio")->info("Audio backend: {}", backend_name);
|
||||
|
||||
Enumerate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user