-Fix global transform cache not being cleared in 2D nodes, fixes many editor bugs, closes #2115
This commit is contained in:
@@ -548,6 +548,7 @@ void CanvasItem::_notification(int p_what) {
|
||||
get_parent()->cast_to<CanvasItem>()->children_items.erase(C);
|
||||
C=NULL;
|
||||
}
|
||||
global_invalid=true;
|
||||
} break;
|
||||
case NOTIFICATION_DRAW: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user