We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2abdbb + 9dd5120 commit f2e7318Copy full SHA for f2e7318
core/Scene.js
@@ -74,6 +74,7 @@ function Scene (selector, updater) {
74
// Scene inherits from node
75
Scene.prototype = Object.create(Node.prototype);
76
Scene.prototype.constructor = Scene;
77
+Scene.NO_DEFAULT_COMPONENTS = true;
78
79
/**
80
* Scene getUpdater function returns the passed in updater
0 commit comments