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