Skip to content

Commit

Permalink
Merge branch 'master' into issues/adding-support-scn-import-export
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj2k9 committed Mar 7, 2022
2 parents b14a8a5 + 06941d6 commit 1cf2466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export default class Editor extends EventEmitter {
const [scene, errors] = isScn
? await SceneNode.loadProjectScn(this, projectFile)
: await SceneNode.loadProject(this, projectFile);
console.log("errors", errors);
if (errors) console.log("errors", errors);
this.sceneLoading = false;
this.disableUpdate = false;
this.scene = scene;
Expand Down

0 comments on commit 1cf2466

Please sign in to comment.