mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
* point out setInventoryTextureCube() is broken with a FIXME
This commit is contained in:
parent
1bd25925cb
commit
c3cd89705d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue