mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-19 15:14:25 +01:00
Fix some enabling stuff. Always use PathResolver. Add counter to materials and imcs.
This commit is contained in:
parent
e8ee729ec5
commit
15602f5be5
6 changed files with 22 additions and 35 deletions
|
|
@ -16,6 +16,9 @@ public partial class ModCollection
|
|||
public bool HasCache
|
||||
=> _cache != null;
|
||||
|
||||
public int RecomputeCounter
|
||||
=> _cache?.RecomputeCounter ?? 0;
|
||||
|
||||
// Only create, do not update.
|
||||
private void CreateCache( bool isDefault )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue