remove some whitespace that snuck in with last patch

0.8.0.3
Michael Cerquoni 2014-04-03 13:25:32 -04:00
parent 50eec6df52
commit 6b1d09813e
1 changed files with 2 additions and 2 deletions

View File

@ -275,9 +275,9 @@ namespace OpenSim.Region.CoreModules.World.Terrain.FileLoaders
bs.Write(enc.GetBytes("ALTW"));
bs.Write(Convert.ToInt16(horizontalScale)); // range between max and min
bs.Write(Convert.ToInt16(baseHeight)); // base height or mid point
double factor = 65536.0 / horizontalScale; // avoid computing this on each iteration
for (int y = 0; y < map.Height; y++)
{
for (int x = 0; x < map.Width; x++)