Fix wrong names for parallax settings in config example.
This commit is contained in:
parent
7ae0b90ff7
commit
a58b47d0f6
|
@ -173,9 +173,9 @@
|
||||||
# Set to true enables parallax occlusion mapping. Requires shaders enabled.
|
# Set to true enables parallax occlusion mapping. Requires shaders enabled.
|
||||||
#enable_parallax_occlusion = false
|
#enable_parallax_occlusion = false
|
||||||
# Scale of parallax occlusion effect
|
# Scale of parallax occlusion effect
|
||||||
#parallax_mapping_scale = 0.08
|
#parallax_occlusion_scale = 0.08
|
||||||
# Bias of parallax occlusion effect, usually scale/2
|
# Bias of parallax occlusion effect, usually scale/2
|
||||||
#parallax_mapping_scale = 0.04
|
#parallax_occlusion_bias = 0.04
|
||||||
# Set to true enables waving water. Requires shaders enabled.
|
# Set to true enables waving water. Requires shaders enabled.
|
||||||
#enable_waving_water = false
|
#enable_waving_water = false
|
||||||
# Parameters for waving water:
|
# Parameters for waving water:
|
||||||
|
|
Loading…
Reference in New Issue