feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -894,18 +894,16 @@ namespace embree
|
|||
}
|
||||
|
||||
/* initiate build */
|
||||
// -- GODOT start --
|
||||
// try {
|
||||
//try {
|
||||
TaskScheduler::TaskGroupContext context;
|
||||
scheduler->spawn_root([&]() { commit_task(); Lock<MutexSys> lock(taskGroup->schedulerMutex); taskGroup->scheduler = nullptr; }, &context, 1, !join);
|
||||
// }
|
||||
// catch (...) {
|
||||
// accels_clear();
|
||||
// Lock<MutexSys> lock(taskGroup->schedulerMutex);
|
||||
// taskGroup->scheduler = nullptr;
|
||||
// throw;
|
||||
// }
|
||||
// -- GODOT end --
|
||||
//}
|
||||
//catch (...) {
|
||||
// accels_clear();
|
||||
// Lock<MutexSys> lock(taskGroup->schedulerMutex);
|
||||
// taskGroup->scheduler = nullptr;
|
||||
// throw;
|
||||
//}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue