Update ResourceMgr.cpp

This commit is contained in:
louist103 2022-06-07 12:11:06 -04:00
parent cf872d1e0d
commit c6622e6c87
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ namespace Ship {
//Lock.unlock(); //Lock.unlock();
SPDLOG_DEBUG("Loaded File {} on ResourceMgr thread", ToLoad->path.c_str()); SPDLOG_DEBUG("Loaded File {} on ResourceMgr thread", ToLoad->path);
ToLoad->FileLoadNotifier.notify_all(); ToLoad->FileLoadNotifier.notify_all();
} }
@ -346,4 +346,4 @@ namespace Ship {
const std::string* ResourceMgr::HashToString(uint64_t Hash) const { const std::string* ResourceMgr::HashToString(uint64_t Hash) const {
return OTR->HashToString(Hash); return OTR->HashToString(Hash);
} }
} }