mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
remove terraindata abstraction layer, since we only have heightmap type
This commit is contained in:
@@ -151,7 +151,7 @@ namespace OpenSim.Data.Null
|
||||
// Legacy. Just don't do this.
|
||||
public void StoreTerrain(double[,] ter, UUID regionID)
|
||||
{
|
||||
TerrainData terrData = new HeightmapTerrainData(ter);
|
||||
TerrainData terrData = new TerrainData(ter);
|
||||
StoreTerrain(terrData, regionID);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user