* Fixed Issue#249 - Terrain reverting without baking crashes the simulator.

afrisby
Adam Frisby 2007-08-01 23:12:59 +00:00
parent a250d24492
commit 9e97aa20b4
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ namespace OpenSim.Region.Terrain
w = 256;
h = 256;
heightmap = new Channel(w, h);
revertmap = new Channel(w, h);
offsetX = X;
offsetY = Y;