up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / src / shapes / clipping_shape.cpp
index eb33bbf..f4d68ee 100644 (file)
@@ -15,6 +15,10 @@ StatusCode ClippingShape::onAddedClean(CoreContext* context)
        auto artboard = static_cast<Artboard*>(context);
        for (auto core : artboard->objects())
        {
+               if (core == nullptr)
+               {
+                       continue;
+               }
                // Iterate artboard to find drawables that are parented to this clipping
                // shape, they need to know they'll be clipped by this shape.
                if (core->is<Drawable>())