mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-28 11:03:49 +00:00
Merge pull request #443 from Azaezel/alpha40/terrainPaintFix
revert #401 as while it does surpress hieght painting touching the ce…
This commit is contained in:
commit
5e4008d207
1 changed files with 0 additions and 3 deletions
|
|
@ -1897,9 +1897,6 @@ 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