mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Re-enabled intrusive_ptr
This commit is contained in:
@@ -252,7 +252,7 @@ void CurveDragAction::move(const Vector2D& delta, double t) {
|
||||
|
||||
ControlPointAddAction::ControlPointAddAction(const SymbolShapeP& shape, UInt insert_after, double t)
|
||||
: shape(shape)
|
||||
, new_point(make_shared<ControlPoint>())
|
||||
, new_point(make_intrusive<ControlPoint>())
|
||||
, insert_after(insert_after)
|
||||
, point1(shape->getPoint(insert_after))
|
||||
, point2(shape->getPoint(insert_after + 1))
|
||||
|
||||
Reference in New Issue
Block a user