Revert an accidental default value change

This commit is contained in:
Melanie
2010-10-05 23:06:29 +01:00
parent 4a171af0cc
commit b424af6187

View File

@@ -126,7 +126,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
public Bitmap CreateMapTile(Viewport viewport)
{
bool drawPrimVolume = true;
bool textureTerrain = false; //true;
bool textureTerrain = true;
try
{