actualizacion-master-2024-12-09 #6
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ bool ViewObjectContactPrimitiveHit(
|
|||
// get primitive sequence
|
||||
sdr::contact::DisplayInfo aDisplayInfo;
|
||||
// have to make a copy of this container here, because it might be changed underneath us
|
||||
const drawinglayer::primitive2d::Primitive2DContainer& aSequence(rVOC.getPrimitive2DSequence(aDisplayInfo));
|
||||
const drawinglayer::primitive2d::Primitive2DContainer aSequence(rVOC.getPrimitive2DSequence(aDisplayInfo));
|
||||
|
||||
if(!aSequence.empty())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue