Skip to content

Commit 164c358

Browse files
Fixes compiling user components from libraries.
1 parent bda8193 commit 164c358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/editor/plugins/phasereditor2d.scene/src/ui/editor/usercomponent/UserComponentCompileAllExtension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace phasereditor2d.scene.ui.editor.usercomponent {
1313

1414
const finder = ScenePlugin.getInstance().getSceneFinder();
1515

16-
const infos = finder.getUserComponentsModels();
16+
const infos = finder.getUserComponentsModels(false);
1717

1818
for (const info of infos) {
1919

0 commit comments

Comments
 (0)