Skip to content

Commit b8a3a85

Browse files
committed
Merge remote-tracking branch 'Exter-N/patch-1'
2 parents a40a5d3 + 2bf08c8 commit b8a3a85

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
@@ -606,7 +606,7 @@ private bool DrawDye(ColorDyeTable dyeTable, DyePack? dyePack, int rowIdx)
606606
if (_stainService.GudTemplateCombo.Draw("##dyeTemplate", dye.Template.ToString(), string.Empty,
607607
scalarSize + ImGui.GetStyle().ScrollbarSize / 2, ImGui.GetTextLineHeightWithSpacing(), ImGuiComboFlags.NoArrowButton))
608608
{
609-
dye.Template = _stainService.LegacyTemplateCombo.CurrentSelection;
609+
dye.Template = _stainService.GudTemplateCombo.CurrentSelection;
610610
ret = true;
611611
}
612612

0 commit comments

Comments
 (0)