mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Fixed missed IDHandler dependency in GodotFetch
(cherry picked from commit ee2bea7a861cf7e11880a3a875d06295cec9f5cf)
This commit is contained in:
parent
f80b15bebc
commit
f3d931410b
@ -29,7 +29,7 @@
|
||||
/*************************************************************************/
|
||||
|
||||
const GodotFetch = {
|
||||
$GodotFetch__deps: ['$GodotRuntime'],
|
||||
$GodotFetch__deps: ['$IDHandler', '$GodotRuntime'],
|
||||
$GodotFetch: {
|
||||
|
||||
onread: function (id, result) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user