diff --git a/Engine/source/forest/editor/forestEditorCtrl.cpp b/Engine/source/forest/editor/forestEditorCtrl.cpp index f43a1b23d..9735cf191 100644 --- a/Engine/source/forest/editor/forestEditorCtrl.cpp +++ b/Engine/source/forest/editor/forestEditorCtrl.cpp @@ -160,7 +160,7 @@ void ForestEditorCtrl::get3DCursor( GuiCursor *&cursor, void ForestEditorCtrl::on3DMouseDown( const Gui3DMouseEvent &evt ) { - if ( !mForest || !updateActiveForest( true ) ) + if ( !mForest && !updateActiveForest( true ) ) return; if ( mTool )