mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Applying mantis#1048 - Patch for osSetRegionWaterHeight()
This commit is contained in:
@@ -111,7 +111,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
|
||||
}
|
||||
|
||||
|
||||
public void Start(BuilIn_Commands LSL_Functions)
|
||||
{
|
||||
m_LSL_Functions = LSL_Functions;
|
||||
@@ -159,7 +158,10 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
return m_LSL_Functions.llSin(f);
|
||||
}
|
||||
|
||||
public void osSetRegionWaterHeight(double height)
|
||||
{
|
||||
m_LSL_Functions.osSetRegionWaterHeight(height);
|
||||
}
|
||||
public double llCos(double f)
|
||||
{
|
||||
return m_LSL_Functions.llCos(f);
|
||||
|
||||
Reference in New Issue
Block a user