Fixed missed IDHandler dependency in GodotFetch
This commit is contained in:
parent
d92e46233c
commit
ee2bea7a86
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
/*************************************************************************/
|
||||
|
||||
const GodotFetch = {
|
||||
$GodotFetch__deps: ['$GodotRuntime'],
|
||||
$GodotFetch__deps: ['$IDHandler', '$GodotRuntime'],
|
||||
$GodotFetch: {
|
||||
|
||||
onread: function (id, result) {
|
||||
|
|
Loading…
Reference in a new issue