mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +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
|
|
@ -69,7 +69,8 @@ public class ModMetaEditor(
|
|||
public static bool DeleteDefaultValues(MetaFileManager metaFileManager, MetaDictionary dict)
|
||||
{
|
||||
var clone = dict.Clone();
|
||||
dict.Clear();
|
||||
dict.ClearForDefault();
|
||||
|
||||
var count = 0;
|
||||
foreach (var (key, value) in clone.Imc)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue