diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-29 13:00:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 13:00:32 +0200 |
commit | 322c812231fa28e72a7a316088a1dd6775e96f94 (patch) | |
tree | 0ee981f72cd500614c4079f0e2b6f731abe4a4ee /editor/plugins | |
parent | 583c0c4897ca7ba669ab78d397fc894b718613ce (diff) | |
parent | d20b32186fc192f5e527a1211291b0cb293f4e66 (diff) |
Merge pull request #65023 from Faless/js/4.x_is_web
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/asset_library_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp index 8ee162d085..025312c38c 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -1595,7 +1595,7 @@ EditorAssetLibrary::EditorAssetLibrary(bool p_templates_only) { /////// bool AssetLibraryEditorPlugin::is_available() { -#ifdef JAVASCRIPT_ENABLED +#ifdef WEB_ENABLED // Asset Library can't work on Web editor for now as most assets are sourced // directly from GitHub which does not set CORS. return false; |