mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:40:05 +00:00
Separate placefiles into their own layers
- Placefile rename is partially - Texture repack might be broken
This commit is contained in:
parent
0be94c4de3
commit
117a473689
5 changed files with 155 additions and 17 deletions
|
|
@ -109,7 +109,7 @@ bool PlacefileManager::placefile_thresholded(const std::string& name)
|
|||
return false;
|
||||
}
|
||||
|
||||
std::shared_ptr<const gr::Placefile>
|
||||
std::shared_ptr<gr::Placefile>
|
||||
PlacefileManager::placefile(const std::string& name)
|
||||
{
|
||||
std::shared_lock lock(p->placefileRecordLock_);
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public:
|
|||
|
||||
bool placefile_enabled(const std::string& name);
|
||||
bool placefile_thresholded(const std::string& name);
|
||||
std::shared_ptr<const gr::Placefile> placefile(const std::string& name);
|
||||
std::shared_ptr<gr::Placefile> placefile(const std::string& name);
|
||||
|
||||
void set_placefile_enabled(const std::string& name, bool enabled);
|
||||
void set_placefile_thresholded(const std::string& name, bool thresholded);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue