Skip to content

Commit 01ed424

Browse files
committed
[UPDATE] additional work
1 parent 9efdb36 commit 01ed424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/wml-three/src/lib/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class WMLThreeProps<R = Renderer> {
5858
if(initControls !== false) this.initControls()
5959
if(initLights !== false) this.initLights()
6060
if(initRayCasters !== false) this.initRayCasters()
61-
if(initObjects !== false) await this.initObjects().then(console.log)
61+
if(initObjects !== false) await this.initObjects()
6262
if(initInspectors !== false) this.initInspectors()
6363
if(animate !== false) this.getCurrentRenderer().setAnimationLoop(this.animate);
6464
if(listenForWindowResize !== false) this.listenForWindowResize()

0 commit comments

Comments
 (0)