From 77e4a467f019459572d14e32a6187f43aee31b3a Mon Sep 17 00:00:00 2001
From: paramat <mat.gregory@virginmedia.com>
Date: Fri, 8 May 2015 00:53:12 +0100
Subject: [PATCH] Conf.example: Update recommended maximum cloud radius to 26

---
 minetest.conf.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minetest.conf.example b/minetest.conf.example
index 2475235a2..3d67afed5 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -143,7 +143,7 @@
 #enable_clouds = true
 #cloud_height = 120
 #    Radius of cloud area stated in number of 64 node cloud squares.
-#    Values > 22 will start to produce clipping of the cloud area corners.
+#    Values larger than 26 will start to produce sharp cutoffs at cloud area corners.
 #cloud_radius = 12
 #enable_3d_clouds = true
 #    Use a cloud animation for the main menu background
-- 
GitLab