Skip to content
Snippets Groups Projects
Commit f625a22e authored by Nils Dagsson Moskopp's avatar Nils Dagsson Moskopp
Browse files

* point out setInventoryTextureCube() is broken with a FIXME

parent 8835433b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment