diff --git a/.vs/Switch_Toolbox/v15/.suo b/.vs/Switch_Toolbox/v15/.suo index 4c01d316..98e27200 100644 Binary files a/.vs/Switch_Toolbox/v15/.suo and b/.vs/Switch_Toolbox/v15/.suo differ diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.cs index 130b00f5..62cec07d 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.cs @@ -196,6 +196,8 @@ namespace FirstPlugin.Forms MatTexture matTex = (MatTexture)material.TextureMaps[index]; + samplerHintTB.Text = matTex.Type.ToString(); + string name = matTex.Name; textureNameTB.Text = name; @@ -373,7 +375,7 @@ namespace FirstPlugin.Forms var index = textureRefListView.SelectedIndices[0]; - samplerHintTB.Text = GetHint(samplerHintTB.Text); + // samplerHintTB.Text = GetHint(samplerHintTB.Text); bool IsDuped = false;