mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 13:39:12 +00:00
Fix debug build
This commit is contained in:
@@ -1435,7 +1435,7 @@ std::pair<TEditorId, TUniqueId> CStateManager::LoadScriptObject(TAreaId aid, ESc
|
||||
return {kInvalidEditorId, kInvalidUniqueId};
|
||||
} else {
|
||||
#ifndef NDEBUG
|
||||
LogModule.report(logvisor::Info, "Loaded {} in area {}", ent->GetName(), ent->GetAreaIdAlways());
|
||||
spdlog::info("Loaded {} in area {}", ent->GetName(), ent->GetAreaIdAlways());
|
||||
#endif
|
||||
return {id, ent->GetUniqueId()};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user