projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f20a73
)
Remove some debug output
author
Perttu Ahola
<celeron55@gmail.com>
Fri, 27 Jan 2012 12:53:54 +0000
(14:53 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 27 Mar 2012 16:01:52 +0000
(19:01 +0300)
src/map.cpp
patch
|
blob
|
history
diff --git
a/src/map.cpp
b/src/map.cpp
index 2625cbad56c642c4bb7f51b03ad902ad4016cb15..2467c33e51e2c8e86a722663a688ff6825f46173 100644
(file)
--- a/
src/map.cpp
+++ b/
src/map.cpp
@@
-694,7
+694,7
@@
void Map::updateLighting(enum LightBank bank,
int num_bottom_invalid = 0;
{
- TimeTaker t("first stuff");
+
//
TimeTaker t("first stuff");
core::map<v3s16, MapBlock*>::Iterator i;
i = a_blocks.getIterator();
@@
-798,8
+798,6
@@
void Map::updateLighting(enum LightBank bank,
}
- infostream<<"num_bottom_invalid="<<num_bottom_invalid<<std::endl;
-
/*
Enable this to disable proper lighting for speeding up map
generation for testing or whatever