mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-20 22:47:45 +01:00
Further improvements.
This commit is contained in:
parent
5f74f4b4d9
commit
59529476eb
15 changed files with 342 additions and 161 deletions
|
|
@ -110,7 +110,7 @@ public sealed unsafe class MaterialManager : IRequiredService, IDisposable
|
|||
}
|
||||
|
||||
foreach (var idx in deleteList)
|
||||
_stateManager.ChangeMaterialValue(state, idx, default, ApplySettings.Game);
|
||||
_stateManager.ResetMaterialValue(state, idx, ApplySettings.Game);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue