mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix MetaManipulations not resetting count when clearing.
This commit is contained in:
parent
04582ba00b
commit
75858a61b5
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ public class MetaDictionary
|
||||||
|
|
||||||
public void Clear()
|
public void Clear()
|
||||||
{
|
{
|
||||||
|
Count = 0;
|
||||||
_imc.Clear();
|
_imc.Clear();
|
||||||
_eqp.Clear();
|
_eqp.Clear();
|
||||||
_eqdp.Clear();
|
_eqdp.Clear();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue