-Add lightmapper
-Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)
This commit is contained in:
parent
aa6772d7ab
commit
f3ad14224e
44 changed files with 4585 additions and 1139 deletions
|
|
@ -177,8 +177,8 @@ void Node::_propagate_ready() {
|
|||
}
|
||||
data.blocked--;
|
||||
if (data.ready_first) {
|
||||
notification(NOTIFICATION_READY);
|
||||
data.ready_first = false;
|
||||
notification(NOTIFICATION_READY);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue