mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +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
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue