mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
itemdef: handle the !render-to-target case
This commit is contained in:
parent
993821a924
commit
496451c164
1 changed files with 7 additions and 1 deletions
|
@ -417,7 +417,13 @@ public:
|
|||
light_position,
|
||||
light_color,
|
||||
light_radius);
|
||||
// Note: might have returned NULL
|
||||
|
||||
// render-to-target didn't work
|
||||
if(def->inventory_texture == NULL)
|
||||
{
|
||||
def->inventory_texture =
|
||||
tsrc->getTextureRaw(f.tname_tiles[0]);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue