Fix compile error:When enable macro ASSIMP_DOUBLE_PRECISION

This commit is contained in:
xiaohunqupo
2022-03-31 16:08:39 +08:00
parent de6e90a657
commit a050dee096

View File

@@ -1476,7 +1476,7 @@ std::vector<IfcVector2> GetContourInPlane2D(std::shared_ptr<TempMesh> mesh,IfcMa
return contour;
}
const float close{ ai_epsilon };
const ai_real close{ ai_epsilon };
static bool isClose(IfcVector2 first,IfcVector2 second) {
auto diff = (second - first);