summaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-06-03 13:13:31 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-06-03 13:13:31 +0200
commitf625a22e012e7d750b340c7713c47bfd296a585b (patch)
treecc2af794be62f73ccee32455e64cb8b663964fcc /src/tile.cpp
parent8835433b5ef23c22b3b84045af6f97dc52883ef1 (diff)
downloadminetest-f625a22e012e7d750b340c7713c47bfd296a585b.tar.gz
minetest-f625a22e012e7d750b340c7713c47bfd296a585b.tar.bz2
minetest-f625a22e012e7d750b340c7713c47bfd296a585b.zip
* point out setInventoryTextureCube() is broken with a FIXME
Diffstat (limited to 'src/tile.cpp')
-rw-r--r--src/tile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index c703e147c..77084bf10 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -1092,7 +1092,7 @@ bool generate_image(std::string part_of_name, video::IImage *& baseimg,
imagename_right, device);
assert(img_top && img_left && img_right);
- // TODO: Create textures from images
+ // FIXME: Create textures from left and right images
video::ITexture *texture_top = driver->addTexture(
(imagename_top + "__temp__").c_str(), img_top);
assert(texture_top);