mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Fix issue with removing default metadata.
This commit is contained in:
parent
12a218bb2b
commit
7af81a6c18
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ public class MetaDictionary
|
||||||
{
|
{
|
||||||
_data = null;
|
_data = null;
|
||||||
Count = 0;
|
Count = 0;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Count = GlobalEqp.Count + Shp.Count + Atr.Count;
|
Count = GlobalEqp.Count + Shp.Count + Atr.Count;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue