mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 21:24:18 +01:00
Fix application rule display for meta.
This commit is contained in:
parent
962c4e53ad
commit
502b2439b4
1 changed files with 1 additions and 1 deletions
|
|
@ -293,10 +293,10 @@ public class DesignPanel(
|
||||||
|
|
||||||
var labels = new[]
|
var labels = new[]
|
||||||
{
|
{
|
||||||
|
"Apply Wetness",
|
||||||
"Apply Hat Visibility",
|
"Apply Hat Visibility",
|
||||||
"Apply Visor State",
|
"Apply Visor State",
|
||||||
"Apply Weapon Visibility",
|
"Apply Weapon Visibility",
|
||||||
"Apply Wetness",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var (index, label) in MetaExtensions.AllRelevant.Zip(labels))
|
foreach (var (index, label) in MetaExtensions.AllRelevant.Zip(labels))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue