fix xcode __block error

This commit is contained in:
2019-01-16 22:41:48 +01:00
parent 0e3ac922af
commit ca9ed74108
2 changed files with 11 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ kEventResult NodePanelBrush::handle_event(Event* e)
if (!m_mouse_inside)
{
mouse_release();
destroy();
parent->remove_child(this);
}
break;
default: