mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix dye template combo (aka "git gud")
This commit is contained in:
parent
0d1ed6a926
commit
2bf08c8c89
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ public partial class MtrlTab
|
|||
if (_stainService.GudTemplateCombo.Draw("##dyeTemplate", dye.Template.ToString(), string.Empty,
|
||||
scalarSize + ImGui.GetStyle().ScrollbarSize / 2, ImGui.GetTextLineHeightWithSpacing(), ImGuiComboFlags.NoArrowButton))
|
||||
{
|
||||
dye.Template = _stainService.LegacyTemplateCombo.CurrentSelection;
|
||||
dye.Template = _stainService.GudTemplateCombo.CurrentSelection;
|
||||
ret = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue