Revert an accidental default value change

viewer-2-initial-appearance
Melanie 2010-10-05 23:06:29 +01:00
parent 4a171af0cc
commit b424af6187
1 changed files with 1 additions and 1 deletions

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
{