From 00d042f3d18483a5ca54c605d2aa22c6c330e9eb Mon Sep 17 00:00:00 2001 From: Dahlia Trimble Date: Thu, 18 Jun 2009 23:02:12 +0000 Subject: Thanks Michelle Argus for Mantis #0003742: Terrain editor - Flatten tool lowers Land --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/ClientStack') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 9ae5415..98c84ae 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -5028,7 +5028,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP handlerModifyTerrain = OnModifyTerrain; if (handlerModifyTerrain != null) { - modify.ModifyBlock.Height = -1; // Hack, i don't know why the value is wrong handlerModifyTerrain(AgentId, modify.ModifyBlock.Height, modify.ModifyBlock.Seconds, modify.ModifyBlock.BrushSize, modify.ModifyBlock.Action, modify.ParcelData[i].North, -- cgit v1.1