mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-18 14:44:29 +01:00
Fix field.
This commit is contained in:
parent
258f7e9732
commit
e2313ba925
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public partial class ModEditWindow
|
||||||
ImGui.TableHeader("Dye Preview");
|
ImGui.TableHeader("Dye Preview");
|
||||||
}
|
}
|
||||||
|
|
||||||
for (var i = 0; i < ColorTable.NumUsedRows; ++i)
|
for (var i = 0; i < ColorTable.NumRows; ++i)
|
||||||
{
|
{
|
||||||
ret |= DrawColorTableRow(tab, i, disabled);
|
ret |= DrawColorTableRow(tab, i, disabled);
|
||||||
ImGui.TableNextRow();
|
ImGui.TableNextRow();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue