one more potential 0-pointer fix

This commit is contained in:
Marc Zinnschlag 2015-01-15 15:00:16 +01:00
parent ba5d2851a1
commit c55e9b9c58

View file

@ -35,6 +35,7 @@ void CSVRender::Object::clear()
{
mObject.setNull();
if (mBase)
clearSceneNode (mBase);
}