mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-27 02:30:35 +00:00
import from UXP: Issue #618 - Remove eager instantiation (a754a7be)
This commit is contained in:
@@ -86,11 +86,6 @@ ModuleLoadRequest::DependenciesLoaded()
|
||||
// The module and all of its dependencies have been successfully fetched and
|
||||
// compiled.
|
||||
|
||||
if (!mLoader->InstantiateModuleTree(this)) {
|
||||
LoadFailed();
|
||||
return;
|
||||
}
|
||||
|
||||
SetReady();
|
||||
mLoader->ProcessLoadedModuleTree(this);
|
||||
mLoader = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user