https://bugs.documentfoundation.org/show_bug.cgi?id=97195

--- Comment #26 from Caolán McNamara <[email protected]> ---
Where this goes wrong is straight forward, how to fix it I'm not so sure
though.


OGLTransitionImpl::prepare is initially called, that calls uploadPrimitives and
sets m_nFirstIndices, i.e.

m_nFirstIndices = uploadPrimitives(getScene().getLeavingSlide());

later on void DiamondTransition::prepare

calls...

setScene(TransitionScene(aLeavingSlidePrimitives, aEnteringSlidePrimitives));

and the *old* scene has no primitives, so the m_nFirstIndices is empty

the *new* scene has 1 primitive, so later on displayPrimitives understandably
crashes because there is a primitive without a corresponding index.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to