Fixed missed IDHandler dependency in GodotFetch

(cherry picked from commit ee2bea7a86)
This commit is contained in:
Arthur Bikmullin 2021-06-08 00:20:24 +02:00 committed by Rémi Verschelde
parent f80b15bebc
commit f3d931410b
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
/*************************************************************************/
const GodotFetch = {
$GodotFetch__deps: ['$GodotRuntime'],
$GodotFetch__deps: ['$IDHandler', '$GodotRuntime'],
$GodotFetch: {
onread: function (id, result) {