This commit is contained in:
Ottermandias 2024-01-26 16:10:09 +01:00
parent 2219d9293f
commit 282d6df165
7 changed files with 190 additions and 75 deletions

View file

@ -303,7 +303,7 @@ public class DesignPanel(
{
var apply = bigChange ? ((MetaFlag)flags).HasFlag(index.ToFlag()) : _selector.Selected!.DoApplyMeta(index);
if (ImGui.Checkbox(label, ref apply) || bigChange)
_manager.ChangeApplyMeta(_selector.Selected!, MetaIndex.HatState, apply);
_manager.ChangeApplyMeta(_selector.Selected!, index, apply);
}
}