mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
remove a gc.collect that isn't very usefull (on the right engine this
time)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -2267,8 +2267,6 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
|
||||
IntPtr HeightmapData = d.GeomHeightfieldDataCreate();
|
||||
|
||||
GC.Collect(1);
|
||||
|
||||
TerrainHeightFieldHeightsHandler = GCHandle.Alloc(_heightmap, GCHandleType.Pinned);
|
||||
|
||||
d.GeomHeightfieldDataBuildSingle(HeightmapData, TerrainHeightFieldHeightsHandler.AddrOfPinnedObject(), 0,
|
||||
|
||||
Reference in New Issue
Block a user