mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 05:57:48 +00:00
Fixed rotation arrow rendering bug, fixed waypoint path bounding boxes not updating when the waypoints are transformed, fixed clone selection and paste nodes commands not properly notifying linked instances of their links being modified
This commit is contained in:
@@ -15,6 +15,7 @@ class CPasteNodesCommand : public IUndoCommand
|
||||
CNodeCopyMimeData *mpMimeData;
|
||||
CNodePtrList mPastedNodes;
|
||||
CNodePtrList mOriginalSelection;
|
||||
CInstancePtrList mLinkedInstances;
|
||||
|
||||
public:
|
||||
CPasteNodesCommand(CWorldEditor *pEditor, CScriptLayer *pLayer, CVector3f PastePoint);
|
||||
|
||||
Reference in New Issue
Block a user