mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 15:14:55 +00:00
Merge branch 'master' of https://github.com/KillzXGaming/Switch-Toolbox
This commit is contained in:
commit
83e1911f3c
2 changed files with 3 additions and 3 deletions
|
@ -261,7 +261,7 @@
|
|||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(64, 13);
|
||||
this.label7.TabIndex = 2;
|
||||
this.label7.Text = "Verte Colors";
|
||||
this.label7.Text = "Vertex Colors";
|
||||
//
|
||||
// comboBoxFormatVertexColors
|
||||
//
|
||||
|
@ -1025,4 +1025,4 @@
|
|||
private System.Windows.Forms.ColumnHeader columnHeader1;
|
||||
private Toolbox.Library.Forms.ListViewCustom assimpMeshListView;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -902,7 +902,7 @@ namespace Toolbox.Library
|
|||
case TEX_FORMAT.BC5_SNORM:
|
||||
channels[0] = STChannelType.Red;
|
||||
channels[1] = STChannelType.Green;
|
||||
channels[2] = STChannelType.Zero;
|
||||
channels[2] = STChannelType.One;
|
||||
channels[3] = STChannelType.One;
|
||||
break;
|
||||
case TEX_FORMAT.BC4_UNORM:
|
||||
|
|
Loading…
Reference in a new issue