Procházet zdrojové kódy

Update AMFImporter_Material.cpp

Kim Kulling před 4 roky
rodič
revize
80fc8538be
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      code/AssetLib/AMF/AMFImporter_Material.cpp

+ 0 - 3
code/AssetLib/AMF/AMFImporter_Material.cpp

@@ -185,9 +185,6 @@ void AMFImporter::ParseNode_Texture(XmlNode &node) {
     if (height < 1) {
 		throw DeadlyImportError("Invalid height for texture.");
 	}
-    if (depth < 1) {
-	//	throw DeadlyImportError("Invalid depth for texture.");
-    }
     if (type != "grayscale") {
 		throw DeadlyImportError("Invalid type for texture.");
     }