mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 23:37:47 +01:00
Fix issue with resetting GEQP parameters on reload (again?)
This commit is contained in:
parent
3beef61c6f
commit
ce75471e51
4 changed files with 15 additions and 3 deletions
|
|
@ -79,6 +79,17 @@ public class MetaDictionary
|
|||
_globalEqp.Clear();
|
||||
}
|
||||
|
||||
public void ClearForDefault()
|
||||
{
|
||||
Count = _globalEqp.Count;
|
||||
_imc.Clear();
|
||||
_eqp.Clear();
|
||||
_eqdp.Clear();
|
||||
_est.Clear();
|
||||
_rsp.Clear();
|
||||
_gmp.Clear();
|
||||
}
|
||||
|
||||
public bool Equals(MetaDictionary other)
|
||||
=> Count == other.Count
|
||||
&& _imc.SetEquals(other._imc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue