Просмотр исходного кода

[F] Typo: invalid format hint index.

Alexandr Arutjunov 9 лет назад
Родитель
Сommit
818fb2e901
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      code/AMFImporter_Postprocess.cpp

+ 3 - 3
code/AMFImporter_Postprocess.cpp

@@ -208,9 +208,9 @@ std::string TextureConverted_ID;
 	// Create format hint.
 	// Create format hint.
 	strcpy(converted_texture.FormatHint, "rgba0000");// copy initial string.
 	strcpy(converted_texture.FormatHint, "rgba0000");// copy initial string.
 	if(!pID_R.empty()) converted_texture.FormatHint[4] = '8';
 	if(!pID_R.empty()) converted_texture.FormatHint[4] = '8';
-	if(!pID_G.empty()) converted_texture.FormatHint[4] = '8';
-	if(!pID_B.empty()) converted_texture.FormatHint[4] = '8';
-	if(!pID_A.empty()) converted_texture.FormatHint[4] = '8';
+	if(!pID_G.empty()) converted_texture.FormatHint[5] = '8';
+	if(!pID_B.empty()) converted_texture.FormatHint[6] = '8';
+	if(!pID_A.empty()) converted_texture.FormatHint[7] = '8';
 
 
 	//
 	//
 	// Сopy data of textures.
 	// Сopy data of textures.