Browse Source

Fixed missed IDHandler dependency in GodotFetch

Arthur Bikmullin 4 years ago
parent
commit
ee2bea7a86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/javascript/js/libs/library_godot_fetch.js

+ 1 - 1
platform/javascript/js/libs/library_godot_fetch.js

@@ -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) {