Mistake fix
This commit is contained in:
parent
0668d83a65
commit
a448eae546
Binary file not shown.
@ -327,7 +327,7 @@ namespace FirstPlugin
|
||||
comboBoxFormatUvs.Items.Add(AttribFormat.Format_8_8_UNorm);
|
||||
comboBoxFormatUvs.SelectedIndex = 1;
|
||||
|
||||
comboBoxFormatTangents.Items.Add(AttribFormat.Format_32_32_32_32_Single);
|
||||
comboBoxFormatVertexColors.Items.Add(AttribFormat.Format_32_32_32_32_Single);
|
||||
comboBoxFormatVertexColors.Items.Add(AttribFormat.Format_16_16_16_16_Single);
|
||||
comboBoxFormatVertexColors.Items.Add(AttribFormat.Format_16_16_16_16_SNorm);
|
||||
comboBoxFormatVertexColors.Items.Add(AttribFormat.Format_8_8_8_8_UNorm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user