Revert an accidental default value change
parent
4a171af0cc
commit
b424af6187
OpenSim/Region/CoreModules/World/Warp3DMap
|
@ -126,7 +126,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap
|
||||||
public Bitmap CreateMapTile(Viewport viewport)
|
public Bitmap CreateMapTile(Viewport viewport)
|
||||||
{
|
{
|
||||||
bool drawPrimVolume = true;
|
bool drawPrimVolume = true;
|
||||||
bool textureTerrain = false; //true;
|
bool textureTerrain = true;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue