Updates
This commit is contained in:
@@ -88,19 +88,19 @@ USkeletalMeshComponent* APlayerCinematic::GetMeshByType(const EClothingSlotType
|
||||
return FaceMeshComponent;
|
||||
case EClothingSlotType::Eyes:
|
||||
return EyesMeshComponent;
|
||||
case EClothingSlotType::Body:
|
||||
case EClothingSlotType::BodySuit:
|
||||
return BodyMeshComponent;
|
||||
case EClothingSlotType::Top:
|
||||
return TopMeshComponent;
|
||||
case EClothingSlotType::Bottom:
|
||||
return BottomMeshComponent;
|
||||
case EClothingSlotType::Bra:
|
||||
case EClothingSlotType::UnderwearTop:
|
||||
return BraMeshComponent;
|
||||
case EClothingSlotType::Panties:
|
||||
case EClothingSlotType::UnderwearBottom:
|
||||
return PantiesMeshComponent;
|
||||
case EClothingSlotType::Socks:
|
||||
return SocksMeshComponent;
|
||||
case EClothingSlotType::Shoes:
|
||||
case EClothingSlotType::Footwear:
|
||||
return ShoesMeshComponent;
|
||||
default:
|
||||
return NipplesMeshComponent;
|
||||
|
||||
Reference in New Issue
Block a user