diff options
author | Justin Clark-Casey (justincc) | 2011-07-21 03:08:58 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-21 03:08:58 +0100 |
commit | 1c758ae01c514df4742a9cdae6480e8011debf38 (patch) | |
tree | dcc29deb98365a32c8a32e4faf44ec56c919f133 /bin/OpenSimDefaults.ini | |
parent | On all undo/redo operations, consistently lock the undo object for everything... (diff) | |
download | opensim-SC_OLD-1c758ae01c514df4742a9cdae6480e8011debf38.zip opensim-SC_OLD-1c758ae01c514df4742a9cdae6480e8011debf38.tar.gz opensim-SC_OLD-1c758ae01c514df4742a9cdae6480e8011debf38.tar.bz2 opensim-SC_OLD-1c758ae01c514df4742a9cdae6480e8011debf38.tar.xz |
make default TextureOnMapTile true for the older map imager
Don't know of a good reason not to do this, seems to work fine.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 400d3df..ffb3063 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -71,7 +71,7 @@ | |||
71 | ; objects, so you can turn it off here if you'd like. | 71 | ; objects, so you can turn it off here if you'd like. |
72 | DrawPrimOnMapTile = true | 72 | DrawPrimOnMapTile = true |
73 | ; Use terrain texture for maptiles if true, use shaded green if false | 73 | ; Use terrain texture for maptiles if true, use shaded green if false |
74 | TextureOnMapTile = false | 74 | TextureOnMapTile = true |
75 | 75 | ||
76 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!). | 76 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!). |
77 | NonPhysicalPrimMax = 256 | 77 | NonPhysicalPrimMax = 256 |