1
0
mirror of synced 2025-01-19 01:14:08 +01:00

Mistake fix

This commit is contained in:
KillzXGaming 2019-07-04 20:04:15 -04:00
parent 0668d83a65
commit a448eae546
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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