mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
eliminate unnecessary storage of mesh objects which are no longer necessary after recent startup optimizations
This commit is contained in:
@@ -386,7 +386,6 @@ namespace OpenSim.Region.Physics.Meshing
|
||||
coords = primMesh.coords;
|
||||
faces = primMesh.faces;
|
||||
|
||||
mesh.primMesh = primMesh;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user