forked from mirror/openmw-tes3mp
turned off redundant edge list building
This commit is contained in:
parent
e2bf4694cb
commit
4f1bcb749f
1 changed files with 1 additions and 0 deletions
|
@ -969,6 +969,7 @@ public:
|
|||
}
|
||||
|
||||
mesh = meshMgr.createManual(fullname, mGroup, loader);
|
||||
mesh->setAutoBuildEdgeLists(false);
|
||||
}
|
||||
|
||||
meshes.push_back(std::make_pair(mesh, shape->name));
|
||||
|
|
Loading…
Reference in a new issue