Skip to content

Commit f2e7318

Browse files
committed
Merge pull request #354 from DnMllr/fix-scene-components
fix: no default components on scene
2 parents b2abdbb + 9dd5120 commit f2e7318

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)