mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 06:47:46 +01:00
Remove CMP file.
This commit is contained in:
parent
ebef4ff650
commit
9ecc4ab46d
15 changed files with 244 additions and 83 deletions
|
|
@ -85,7 +85,7 @@ public sealed class RspMetaDrawer(ModMetaEditor editor, MetaFileManager metaFile
|
|||
{
|
||||
using var dis = ImRaii.Disabled(disabled);
|
||||
ImGui.TableNextColumn();
|
||||
var ret = DragInput("##rspValue"u8, [], ImUtf8.GlobalScale * 150, defaultEntry.Value, entry.Value, out var newValue,
|
||||
var ret = DragInput("##rspValue"u8, [], ImUtf8.GlobalScale * 150, entry.Value, defaultEntry.Value, out var newValue,
|
||||
RspEntry.MinValue, RspEntry.MaxValue, 0.001f, !disabled);
|
||||
if (ret)
|
||||
entry = new RspEntry(newValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue