mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +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");
|
||||
}
|
||||
|
||||
for (var i = 0; i < ColorTable.NumUsedRows; ++i)
|
||||
for (var i = 0; i < ColorTable.NumRows; ++i)
|
||||
{
|
||||
ret |= DrawColorTableRow(tab, i, disabled);
|
||||
ImGui.TableNextRow();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue