Skip to content

Commit 9dd5120

Browse files
committed
fix: no default components on scene
1 parent b2abdbb commit 9dd5120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Scene.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ function Scene (selector, updater) {
7474
// Scene inherits from node
7575
Scene.prototype = Object.create(Node.prototype);
7676
Scene.prototype.constructor = Scene;
77+
Scene.NO_DEFAULT_COMPONENTS = true;
7778

7879
/**
7980
* Scene getUpdater function returns the passed in updater

0 commit comments

Comments
 (0)