mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Update Stain Data.
This commit is contained in:
parent
50a7015bc5
commit
5a64eadb5c
2 changed files with 3 additions and 2 deletions
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
|||
Subproject commit a4f9b285c82f84ff0841695c0787dbba93afc59b
|
||||
Subproject commit b09bbcc276363bc994d90b641871e6280898b6e5
|
||||
|
|
@ -26,7 +26,8 @@ public class StainService : IDisposable
|
|||
using var t = timer.Measure(StartTimeType.Stains);
|
||||
StainData = new StainData(pluginInterface, dataManager, dataManager.Language, dalamudLog);
|
||||
StainCombo = new FilterComboColors(140,
|
||||
StainData.Data.Prepend(new KeyValuePair<byte, (string Name, uint Dye, bool Gloss)>(0, ("None", 0, false))), Penumbra.Log);
|
||||
() => StainData.Data.Prepend(new KeyValuePair<byte, (string Name, uint Dye, bool Gloss)>(0, ("None", 0, false))).ToList(),
|
||||
Penumbra.Log);
|
||||
StmFile = new StmFile(dataManager);
|
||||
TemplateCombo = new StainTemplateCombo(StmFile.Entries.Keys.Prepend((ushort)0));
|
||||
Penumbra.Log.Verbose($"[{nameof(StainService)}] Created.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue