Skip to content

Commit ea70564

Browse files
authored
Update index.js
1 parent 7d47ee5 commit ea70564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Typings/Scene/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class Scene {
99
this.children = new this.parent.SceneChildGroup;
1010
this.objects = new this.parent.SceneGameObjectGroup;
1111
this.lights = new this.parent.SceneLightGroup;
12+
this.cameras = new this.parent.SceneCameraGroup;
1213
this.settings = new Soup(Object);
1314
}
1415
}

0 commit comments

Comments
 (0)