mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix GMP Entry edit.
This commit is contained in:
parent
03bfbcc309
commit
ceed8531af
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ public partial class ModEditWindow
|
|||
ImGui.SameLine();
|
||||
if (IntDragInput("##gmpUnkB", $"Animation Type B?\nDefault Value: {defaultEntry.UnknownB}", UnkWidth, meta.Entry.UnknownB,
|
||||
defaultEntry.UnknownB, out var unkB, 0, 15, 0.01f))
|
||||
editor.MetaEditor.Change(meta.Copy(meta.Entry with { UnknownA = (byte)unkB }));
|
||||
editor.MetaEditor.Change(meta.Copy(meta.Entry with { UnknownB = (byte)unkB }));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue