Fixed missed IDHandler dependency in GodotFetch
(cherry picked from commit ee2bea7a86
)
This commit is contained in:
parent
5738d6ee6e
commit
ca465ef54d
@ -29,7 +29,7 @@
|
||||
/*************************************************************************/
|
||||
|
||||
const GodotFetch = {
|
||||
$GodotFetch__deps: ['$GodotRuntime'],
|
||||
$GodotFetch__deps: ['$IDHandler', '$GodotRuntime'],
|
||||
$GodotFetch: {
|
||||
|
||||
onread: function (id, result) {
|
||||
|
Loading…
Reference in New Issue
Block a user