forked from Mirrorlandia_minetest/irrlicht
Fix null dereference reported by coverity (#115)
This commit is contained in:
parent
6064e12133
commit
6db035e0aa
@ -276,6 +276,7 @@ void CAnimatedMeshSceneNode::render()
|
||||
#ifdef _DEBUG
|
||||
os::Printer::log("Animated Mesh returned no mesh to render.", Mesh->getDebugName(), ELL_WARNING);
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
driver->setTransform(video::ETS_WORLD, AbsoluteTransformation);
|
||||
|
Loading…
Reference in New Issue
Block a user