mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 14:57:50 +01:00
Fix EQDP bug.
This commit is contained in:
parent
ad0c64d4ac
commit
30b32fdcd2
3 changed files with 4 additions and 12 deletions
|
|
@ -112,7 +112,7 @@ public sealed class EqdpMetaDrawer(ModMetaEditor editor, MetaFileManager metaFil
|
|||
ImGui.SameLine();
|
||||
if (Checkmark("Model##eqdp"u8, "\0"u8, entry.Model, defaultEntry.Model, out var newModel))
|
||||
{
|
||||
entry = entry with { Material = newModel };
|
||||
entry = entry with { Model = newModel };
|
||||
changes = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue