mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-08 05:04:34 +00:00
Update assimpShapeLoader.cpp
This commit is contained in:
parent
887f239a20
commit
97f3485a76
1 changed files with 0 additions and 2 deletions
|
|
@ -996,8 +996,6 @@ static bool sReadAssimp(const Torque::Path &path, TSShape*& res_shape)
|
|||
tscon->mOptions = ColladaUtils::getOptions();
|
||||
}
|
||||
|
||||
AssimpShapeLoader loader;
|
||||
TSShape* tss = loader.generateShape(path);
|
||||
if (tss)
|
||||
{
|
||||
TSShapeLoader::updateProgress(TSShapeLoader::Load_Complete, "Import complete");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue