diff --git a/PCK-Studio/Forms/Editor/CustomSkinEditor.cs b/PCK-Studio/Forms/Editor/CustomSkinEditor.cs index 886469f5..299edb2d 100644 --- a/PCK-Studio/Forms/Editor/CustomSkinEditor.cs +++ b/PCK-Studio/Forms/Editor/CustomSkinEditor.cs @@ -375,6 +375,7 @@ namespace PckStudio.Forms.Editor { skinPartListBox.ClearSelected(); renderer3D1.SelectedIndex = skinPartListBox.SelectedIndex; + uvPictureBox.Image = _skin.Model.Texture; } private void skinAnimateCheckBox_CheckedChanged(object sender, EventArgs e)