aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/SimDefault.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/SimDefault.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/config-include/SimDefault.ini b/bin/config-include/SimDefault.ini
index 3f2e713..5413d9d 100644
--- a/bin/config-include/SimDefault.ini
+++ b/bin/config-include/SimDefault.ini
@@ -165,7 +165,7 @@
165 ; The module to use in order to generate map images. 165 ; The module to use in order to generate map images.
166 ; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can 166 ; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can
167 ; generate better images. 167 ; generate better images.
168 MapImageModule = "MapImageModule" 168 MapImageModule = "Warp3DCachedImageModule"
169 169
170 ; World map blacklist timeout in seconds 170 ; World map blacklist timeout in seconds
171 ;BlacklistTimeout = 600 171 ;BlacklistTimeout = 600
@@ -187,10 +187,10 @@
187 TexturePrims = true 187 TexturePrims = true
188 188
189 ; Only texture prims that have a diagonal size greater than this number 189 ; Only texture prims that have a diagonal size greater than this number
190 TexturePrimSize = 48 190 TexturePrimSize = 1
191 191
192 ; Attempt to render meshes and sculpties on the map 192 ; Attempt to render meshes and sculpties on the map
193 RenderMeshes = false 193 RenderMeshes = true
194 194
195 ;UseAntiAliasing = true 195 ;UseAntiAliasing = true
196 196