From a58b47d0f6f9b0838a16d8316b2b33c832820d80 Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Sun, 22 Dec 2013 00:30:17 +0100 Subject: [PATCH] Fix wrong names for parallax settings in config example. --- minetest.conf.example | 4 ++-- 1 file 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: