1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 20:09:41 +00:00

Remove unnecessary null check

This commit is contained in:
Capostrophic 2020-05-15 10:34:49 +03:00
parent 72e5043eda
commit 78b1bbe130

View file

@ -49,8 +49,6 @@ namespace SceneUtil
return;
osg::Node* node = &drawable;
if (!node)
return;
while (node->getNumParents())
{
osg::Group* parent = node->getParent(0);