mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Update ResourceMgr.cpp
This commit is contained in:
parent
cf872d1e0d
commit
c6622e6c87
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue