1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 06:06:42 +00:00

turned off redundant edge list building

This commit is contained in:
scrawl 2012-09-02 10:09:41 +02:00
parent e2bf4694cb
commit 4f1bcb749f

View file

@ -969,6 +969,7 @@ public:
}
mesh = meshMgr.createManual(fullname, mGroup, loader);
mesh->setAutoBuildEdgeLists(false);
}
meshes.push_back(std::make_pair(mesh, shape->name));