added .step extension to IFC loader

The extension .step is at least as common as .stp, so both should be supported.
pull/3837/head
Krishty 2021-04-29 21:29:10 +02:00
parent c8ad1cb078
commit 666b5eff76
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ static const aiImporterDesc desc = {
0, 0,
0, 0,
0, 0,
"ifc ifczip stp" "ifc ifczip step stp"
}; };
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------