Fix compile error:When enable macro ASSIMP_DOUBLE_PRECISION

pull/4473/head
xiaohunqupo 2022-03-31 16:08:39 +08:00
parent de6e90a657
commit a050dee096
1 changed files with 1 additions and 1 deletions

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