Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/scene/model/SceneModel.js
Original file line number Diff line number Diff line change
@@ -2669,7 +2669,7 @@ export class SceneModel extends Component {
return;
}
let parentTransform;
if (this.parentTransformId) {
if (cfg.parentTransformId) {
parentTransform = this._transforms[cfg.parentTransformId];
if (!parentTransform) {
this.error("[createTransform] SceneModel.createTransform() config missing: id");

0 comments on commit db14fe5

Please sign in to comment.