Fixed missed IDHandler dependency in GodotFetch

This commit is contained in:
Arthur Bikmullin 2021-06-08 00:20:24 +02:00 committed by GitHub
parent d92e46233c
commit ee2bea7a86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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