diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 01633fa..eb1cc0b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -25,6 +25,8 @@ region_info_source = "filesystem" | |||
25 | ; Draw objects on maptile. This step might take a long time if you've got a huge amount of | 25 | ; Draw objects on maptile. This step might take a long time if you've got a huge amount of |
26 | ; objects, so you can turn it off here if you'd like. | 26 | ; objects, so you can turn it off here if you'd like. |
27 | DrawPrimOnMapTile = true | 27 | DrawPrimOnMapTile = true |
28 | ; Use terrain texture for maptiles if true, use shaded green if false | ||
29 | TextureOnMapTile = false | ||
28 | 30 | ||
29 | ; Maximum total size, and maximum size where a prim can be physical | 31 | ; Maximum total size, and maximum size where a prim can be physical |
30 | NonPhysicalPrimMax = 256 | 32 | NonPhysicalPrimMax = 256 |