mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
TorqueLab v0.2 source code changes
This commit is contained in:
parent
84155d13d0
commit
df8aa9c625
8 changed files with 53 additions and 11 deletions
|
|
@ -2231,6 +2231,9 @@ void WorldEditor::on3DMouseDragged(const Gui3DMouseEvent & event)
|
|||
|
||||
copySelection( mSelected );
|
||||
pasteSelection( false );
|
||||
|
||||
//TorqueLab -> Needed to know a dragCopy happen
|
||||
Con::executef(this, "onDragCopy", mSelected->getIdString());
|
||||
}
|
||||
|
||||
// Check for grid snap toggle with ALT.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue