mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge pull request #401 from NoboKani/Preview4_0
Fixing bug Terrain Editor bug #91
This commit is contained in:
commit
bd151a600f
1 changed files with 178 additions and 175 deletions
|
|
@ -1897,6 +1897,9 @@ void TerrainEditor::on3DMouseDragged(const Gui3DMouseEvent & event)
|
|||
selChanged = gMouse != gLastMouse;
|
||||
}
|
||||
|
||||
if ( mMouseDown )
|
||||
return;
|
||||
|
||||
mCurrentAction->process( mMouseBrush, event, true, TerrainAction::Update );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue