From f625a22e012e7d750b340c7713c47bfd296a585b Mon Sep 17 00:00:00 2001
From: Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net>
Date: Fri, 3 Jun 2011 13:13:31 +0200
Subject: [PATCH] * point out setInventoryTextureCube() is broken with a FIXME

---
 src/tile.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab