diff --git a/.vs/Switch_Toolbox/v15/.suo b/.vs/Switch_Toolbox/v15/.suo index 83550993..960b9ac1 100644 Binary files a/.vs/Switch_Toolbox/v15/.suo and b/.vs/Switch_Toolbox/v15/.suo differ diff --git a/Switch_FileFormatsMain/GUI/TextureUI/Importers/GTXTextureImporter.cs b/Switch_FileFormatsMain/GUI/TextureUI/Importers/GTXTextureImporter.cs index 2d20a369..3e3428a9 100644 --- a/Switch_FileFormatsMain/GUI/TextureUI/Importers/GTXTextureImporter.cs +++ b/Switch_FileFormatsMain/GUI/TextureUI/Importers/GTXTextureImporter.cs @@ -191,7 +191,7 @@ namespace FirstPlugin MipmapNum.Value = SelectedTexSettings.MipCount; - SwizzleNum.Value = SelectedTexSettings.swizzle >> 8; + SwizzleNum.Value = SelectedTexSettings.swizzle; } } @@ -260,7 +260,7 @@ namespace FirstPlugin this.SwizzleNum.ForeColor = System.Drawing.Color.White; this.SwizzleNum.Location = new System.Drawing.Point(877, 142); this.SwizzleNum.Maximum = new decimal(new int[] { - 7, + 99999, 0, 0, 0}); @@ -438,6 +438,7 @@ namespace FirstPlugin // // pictureBox1 // + this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage"))); this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Location = new System.Drawing.Point(237, 0); diff --git a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache b/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache index 4fa6b113..a6cb4b19 100644 Binary files a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache and b/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csproj.GenerateResource.cache b/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csproj.GenerateResource.cache index 30a37e42..08bb3ecd 100644 Binary files a/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csproj.GenerateResource.cache and b/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csproj.GenerateResource.cache differ