forked from Mirrorlandia_minetest/minetest
Fix itemdef drop on NULL texture
This commit is contained in:
parent
d7395cd2ab
commit
c824abd7b2
@ -247,6 +247,7 @@ public:
|
|||||||
i = values.begin(); i != values.end(); ++i)
|
i = values.begin(); i != values.end(); ++i)
|
||||||
{
|
{
|
||||||
ClientCached *cc = *i;
|
ClientCached *cc = *i;
|
||||||
|
if (cc->wield_mesh)
|
||||||
cc->wield_mesh->drop();
|
cc->wield_mesh->drop();
|
||||||
delete cc;
|
delete cc;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user