Export network id in case we need it later

This commit is contained in:
netpro2k 2020-09-01 17:43:33 -07:00
Родитель 86c3e95226
Коммит 4c1ff47263
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -134,8 +134,8 @@ export default class MediaFrameNode extends EditorNodeMixin(Object3D) {
});
// We use scale to configure bounds, we don't actually want to set the node's scale
this.scale.setScalar(1);
// this.addGLTFComponent("networked", {
// id: this.uuid
// });
this.addGLTFComponent("networked", {
id: this.uuid
});
}
}