mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Fix crash on wielditem/item entities
bug was introduced in f3032a637c53f3c98fbbed1d3b691898aabe1687
This commit is contained in:
parent
3c0d309643
commit
04961491c1
@ -829,6 +829,7 @@ void GenericCAO::setNodeLight(u8 light)
|
||||
if (m_prop.visual == "wielditem" || m_prop.visual == "item") {
|
||||
// Since these types of visuals are using their own shader
|
||||
// they should be handled separately
|
||||
if (m_wield_meshnode)
|
||||
m_wield_meshnode->setColor(color);
|
||||
} else if (m_enable_shaders) {
|
||||
scene::ISceneNode *node = getSceneNode();
|
||||
|
Loading…
Reference in New Issue
Block a user