mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -1588,6 +1588,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void TriggerRequestChangeWaterHeight(float height)
|
||||
{
|
||||
if (height < 0)
|
||||
{
|
||||
// ignore negative water height
|
||||
return;
|
||||
}
|
||||
|
||||
RequestChangeWaterHeight handlerRequestChangeWaterHeight = OnRequestChangeWaterHeight;
|
||||
if (handlerRequestChangeWaterHeight != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user