-New inspector.
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
This commit is contained in:
@ -176,6 +176,9 @@ void Node::_propagate_ready() {
|
||||
data.children[i]->_propagate_ready();
|
||||
}
|
||||
data.blocked--;
|
||||
|
||||
notification(NOTIFICATION_POST_ENTER_TREE);
|
||||
|
||||
if (data.ready_first) {
|
||||
data.ready_first = false;
|
||||
notification(NOTIFICATION_READY);
|
||||
|
||||
Reference in New Issue
Block a user