Skip to content

Commit a58b47d

Browse files
committedDec 21, 2013
Fix wrong names for parallax settings in config example.
1 parent 7ae0b90 commit a58b47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎minetest.conf.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@
173173
# Set to true enables parallax occlusion mapping. Requires shaders enabled.
174174
#enable_parallax_occlusion = false
175175
# Scale of parallax occlusion effect
176-
#parallax_mapping_scale = 0.08
176+
#parallax_occlusion_scale = 0.08
177177
# Bias of parallax occlusion effect, usually scale/2
178-
#parallax_mapping_scale = 0.04
178+
#parallax_occlusion_bias = 0.04
179179
# Set to true enables waving water. Requires shaders enabled.
180180
#enable_waving_water = false
181181
# Parameters for waving water:

0 commit comments

Comments
 (0)
Please sign in to comment.