2
0
Эх сурвалжийг харах

revert #401 as while it does surpress hieght painting touching the center of terrains, it also locks out terrain painting dragging

AzaezelX 4 жил өмнө
parent
commit
93cdc35a76

+ 0 - 3
Engine/source/gui/worldEditor/terrainEditor.cpp

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