mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Patch #9147
Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
This commit is contained in:
@@ -458,7 +458,7 @@ namespace OpenSim.Framework
|
||||
set { m_TerrainRaiseLimit = value; }
|
||||
}
|
||||
|
||||
private double m_TerrainLowerLimit = 100;
|
||||
private double m_TerrainLowerLimit = -100;
|
||||
|
||||
public double TerrainLowerLimit
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user