summaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-20 14:59:21 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-20 14:59:21 +0200
commit6350c5d7a606924a12ba41468d126ff94d9e6d36 (patch)
tree3df2ec976eeb23dcb2aa7b9a5ebadd26b00cb734 /src/mapblock.h
parent5a36956f75959887f75fda90c39d56181cd1f196 (diff)
downloadminetest-6350c5d7a606924a12ba41468d126ff94d9e6d36.tar.gz
minetest-6350c5d7a606924a12ba41468d126ff94d9e6d36.tar.bz2
minetest-6350c5d7a606924a12ba41468d126ff94d9e6d36.zip
some tinkering with gui. removed updating of configuration file at end
Diffstat (limited to 'src/mapblock.h')
-rw-r--r--src/mapblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapblock.h b/src/mapblock.h
index 304794dd4..2bdf639b7 100644
--- a/src/mapblock.h
+++ b/src/mapblock.h
@@ -412,7 +412,7 @@ public:
These methods don't care about neighboring blocks.
It means that to know if a block really doesn't need a mesh
update between day and night, the neighboring blocks have
- to be taken into account.
+ to be taken into account. Use Map::dayNightDiffed().
*/
void updateDayNightDiff();