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:
Brian Roberts 2021-01-05 03:15:08 -06:00 committed by GitHub
commit 5e4008d207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1897,9 +1897,6 @@ void TerrainEditor::on3DMouseDragged(const Gui3DMouseEvent & event)
selChanged = gMouse != gLastMouse;
}
if ( mMouseDown )
return;
mCurrentAction->process( mMouseBrush, event, true, TerrainAction::Update );
}