Skip to content

Commit 2bf08c8

Browse files
authored
Fix dye template combo (aka "git gud")
1 parent 0d1ed6a commit 2bf08c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Penumbra/UI/AdvancedWindow/Materials/MtrlTab.ColorTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ private bool DrawDye(ColorDyeTable dyeTable, DyePack? dyePack, int rowIdx)
595595
if (_stainService.GudTemplateCombo.Draw("##dyeTemplate", dye.Template.ToString(), string.Empty,
596596
scalarSize + ImGui.GetStyle().ScrollbarSize / 2, ImGui.GetTextLineHeightWithSpacing(), ImGuiComboFlags.NoArrowButton))
597597
{
598-
dye.Template = _stainService.LegacyTemplateCombo.CurrentSelection;
598+
dye.Template = _stainService.GudTemplateCombo.CurrentSelection;
599599
ret = true;
600600
}
601601

0 commit comments

Comments
 (0)