From 3483d63c31ea60799d9530d5d920148dcfdc2d69 Mon Sep 17 00:00:00 2001 From: tcm390 Date: Mon, 15 Aug 2022 22:34:21 -0400 Subject: [PATCH] fix icon preview bug --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index d783be9..76832d1 100644 --- a/index.js +++ b/index.js @@ -136,6 +136,7 @@ export default e => { } await bowApp.addModule(m); scene.add(bowApp); + app.children.push(bowApp) const stringBone = bowApp.getObjectByName('string'); stringBone.originalPosition = stringBone.position.clone();