This commit is contained in:
KillzXGaming 2019-07-28 11:22:36 -04:00
commit 83e1911f3c
2 changed files with 3 additions and 3 deletions

View file

@ -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;
}
}
}

View file

@ -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: