Fix face paint color not appearing.

This commit is contained in:
Ottermandias 2023-07-14 20:32:38 +02:00
parent 3b145037d7
commit 506f4b887e
2 changed files with 2 additions and 1 deletions

View file

@ -254,6 +254,7 @@ public partial class CustomizationOptions
case CustomizeIndex.HighlightsColor:
case CustomizeIndex.EyeColorLeft:
case CustomizeIndex.EyeColorRight:
case CustomizeIndex.FacePaintColor:
return CharaMakeParams.MenuType.ColorPicker;
case CustomizeIndex.BodyType: return CharaMakeParams.MenuType.Nothing;
case CustomizeIndex.FacePaintReversed: