diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-03 13:13:31 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-03 13:13:31 +0200 |
commit | c3cd89705d4f9ce92c934f824caedb2f679cb780 (patch) | |
tree | ccc5747735127c8dffee3f9151e27e951ed09ea6 /src | |
parent | 1bd25925cb8b4f96f5d5deec348db1214f3da525 (diff) | |
download | minetest-c3cd89705d4f9ce92c934f824caedb2f679cb780.tar.gz minetest-c3cd89705d4f9ce92c934f824caedb2f679cb780.tar.bz2 minetest-c3cd89705d4f9ce92c934f824caedb2f679cb780.zip |
* point out setInventoryTextureCube() is broken with a FIXME
Diffstat (limited to 'src')
-rw-r--r-- | src/tile.cpp | 2 |
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); |