You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fixed missed IDHandler dependency in GodotFetch
(cherry picked from commit ee2bea7a86)
This commit is contained in:
committed by
Rémi Verschelde
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user