mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Reorder names.
This commit is contained in:
parent
d13e3ccbd7
commit
593bb47241
2 changed files with 3 additions and 3 deletions
|
|
@ -57,8 +57,8 @@ public static class CustomizeParameterExtensions
|
|||
CustomizeParameterFlag.LeftEye => "Left Eye Color",
|
||||
CustomizeParameterFlag.RightEye => "Right Eye Color",
|
||||
CustomizeParameterFlag.FeatureColor => "Tattoo Color",
|
||||
CustomizeParameterFlag.FacePaintUvMultiplier => "Face Paint Orientation",
|
||||
CustomizeParameterFlag.FacePaintUvOffset => "Face Paint Offset",
|
||||
CustomizeParameterFlag.FacePaintUvMultiplier => "Multiplier for Face Paint",
|
||||
CustomizeParameterFlag.FacePaintUvOffset => "Offset of Face Paint",
|
||||
CustomizeParameterFlag.DecalColor => "Face Paint Color",
|
||||
_ => string.Empty,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public class CustomizeParameterDrawer(Configuration config, PaletteImport import
|
|||
|
||||
public void Draw(StateManager stateManager, ActorState state)
|
||||
{
|
||||
using var _ = EnsureSize();
|
||||
using var generalSize = EnsureSize();
|
||||
DrawConfig(false);
|
||||
using (_ = ImRaii.ItemWidth(_width - 2 * ImGui.GetFrameHeight() - 2 * ImGui.GetStyle().ItemInnerSpacing.X))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue