mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 17:32:19 -05:00
Update ResourceMgr.cpp
This commit is contained in:
parent
cf872d1e0d
commit
c6622e6c87
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user