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:
parax0
2016-03-21 16:01:14 -06:00
parent 0faa4c3630
commit 9d782f5a4c
7 changed files with 40 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ class CPasteNodesCommand : public IUndoCommand
CNodeCopyMimeData *mpMimeData;
CNodePtrList mPastedNodes;
CNodePtrList mOriginalSelection;
CInstancePtrList mLinkedInstances;
public:
CPasteNodesCommand(CWorldEditor *pEditor, CScriptLayer *pLayer, CVector3f PastePoint);