mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-17 21:17:44 +01:00
Add IpcPending.
This commit is contained in:
parent
960548f7b2
commit
eb7cc6ffa0
3 changed files with 26 additions and 6 deletions
|
|
@ -96,6 +96,11 @@ public sealed unsafe class MaterialManager : IRequiredService, IDisposable
|
|||
state.Materials.UpdateValue(idx, new MaterialValueState(newGame, materialValue.Model, drawData, StateSource.Manual),
|
||||
out _);
|
||||
break;
|
||||
case StateSource.IpcPending:
|
||||
materialValue.Model.Apply(ref row);
|
||||
state.Materials.UpdateValue(idx, new MaterialValueState(newGame, materialValue.Model, drawData, StateSource.IpcManual),
|
||||
out _);
|
||||
break;
|
||||
case StateSource.IpcManual:
|
||||
case StateSource.Manual:
|
||||
deleteList.Add(idx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue