summaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-11 20:55:28 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-11 20:55:28 +0200
commit6e2cd159022b7dd438302eee2522b7886eafd8e3 (patch)
tree44c4c54f03c4e0319f5d511b55571eb4bc26cf51 /src/tile.cpp
parent21372749f5700632a0f136f1b1db29bd424bc448 (diff)
downloadminetest-6e2cd159022b7dd438302eee2522b7886eafd8e3.tar.gz
minetest-6e2cd159022b7dd438302eee2522b7886eafd8e3.tar.bz2
minetest-6e2cd159022b7dd438302eee2522b7886eafd8e3.zip
more stuff...
Diffstat (limited to 'src/tile.cpp')
-rw-r--r--src/tile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index 415830a87..13550b2e4 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -497,8 +497,8 @@ void TextureSource::buildMainAtlas()
/*
Write image to file so that it can be inspected
*/
- driver->writeImageToFile(atlas_img,
- porting::getDataPath("main_atlas.png").c_str());
+ /*driver->writeImageToFile(atlas_img,
+ porting::getDataPath("main_atlas.png").c_str());*/
}
video::IImage* generate_image_from_scratch(std::string name,