mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-21 06:57:44 +01:00
Fix revert to automation.
This commit is contained in:
parent
fdd74c0514
commit
7af0a1d562
3 changed files with 8 additions and 14 deletions
|
|
@ -223,8 +223,7 @@ public class InternalStateEditor(
|
|||
|
||||
/// <summary> Change the value of a single material color table entry. </summary>
|
||||
public bool ChangeMaterialValue(ActorState state, MaterialValueIndex index, in MaterialValueState newValue, StateSource source,
|
||||
out ColorRow? oldValue,
|
||||
uint key = 0)
|
||||
out ColorRow? oldValue, uint key = 0)
|
||||
{
|
||||
// We already have an existing value.
|
||||
if (state.Materials.TryGetValue(index, out var old))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue