mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Merge pull request #1326 from Azaezel/alpha41/forestfix
fix forest editor failing to pop up a create new
This commit is contained in:
commit
5f6fe212a7
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ void ForestEditorCtrl::get3DCursor( GuiCursor *&cursor,
|
||||||
|
|
||||||
void ForestEditorCtrl::on3DMouseDown( const Gui3DMouseEvent &evt )
|
void ForestEditorCtrl::on3DMouseDown( const Gui3DMouseEvent &evt )
|
||||||
{
|
{
|
||||||
if ( !mForest || !updateActiveForest( true ) )
|
if ( !mForest && !updateActiveForest( true ) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if ( mTool )
|
if ( mTool )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue