mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
oops lost a tiny bit
This commit is contained in:
@@ -1967,6 +1967,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
m_terrainHeightsHandler = GCHandle.Alloc(m_terrainHeights, GCHandleType.Pinned);
|
||||
|
||||
m_lastRegionWidth = m_regionWidth;
|
||||
m_lastRegionHeight = m_regionHeight;
|
||||
|
||||
HeightmapData = SafeNativeMethods.GeomOSTerrainDataCreate();
|
||||
SafeNativeMethods.GeomOSTerrainDataBuild(HeightmapData, m_terrainHeightsHandler.AddrOfPinnedObject(), 0, 1.0f,
|
||||
|
||||
Reference in New Issue
Block a user