diff options
author | RealBadAngel <mk@realbadangel.pl> | 2013-12-22 00:30:17 +0100 |
---|---|---|
committer | RealBadAngel <mk@realbadangel.pl> | 2013-12-22 00:30:17 +0100 |
commit | a58b47d0f6f9b0838a16d8316b2b33c832820d80 (patch) | |
tree | dd7bafbe4a6263f9e1e0736df76200990235735b | |
parent | 7ae0b90ff7d724e02b71da21b98e5895dc1b1767 (diff) | |
download | minetest-a58b47d0f6f9b0838a16d8316b2b33c832820d80.tar.gz minetest-a58b47d0f6f9b0838a16d8316b2b33c832820d80.tar.bz2 minetest-a58b47d0f6f9b0838a16d8316b2b33c832820d80.zip |
Fix wrong names for parallax settings in config example.
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index fbbec2301..243c84f3a 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -173,9 +173,9 @@ # Set to true enables parallax occlusion mapping. Requires shaders enabled. #enable_parallax_occlusion = false # Scale of parallax occlusion effect -#parallax_mapping_scale = 0.08 +#parallax_occlusion_scale = 0.08 # 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. #enable_waving_water = false # Parameters for waving water: |