We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2469e19 commit 68c132eCopy full SHA for 68c132e
altClothTool.App/Builders/Base/ResourceBuilderBase.cs
@@ -64,7 +64,7 @@ private List<MUnk_254518642> GetTexDataForCloth(ClothData clothData)
64
}
65
66
// TODO DURTY: verify if its really based on index? Shouldnt be like this actually, because its connected to skin tone or something
67
- private byte GetTexIdByDrawableType(ClothData clothData, int index = 1)
+ private byte GetTexIdByDrawableType(ClothData clothData, int index = 0)
68
{
69
byte texId = (byte) index;
70
switch (clothData.DrawableType)
0 commit comments