Skip to content

Commit

Permalink
Add missing ArtifactEditor to GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
burnedram committed May 21, 2019
1 parent 2005ea4 commit d186a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Disunity/Disunity.Editor/ExporterEditorWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ private void OnEnable() {
_editorSelector.AddEditor(_sceneEditor);
_editorSelector.AddEditor(_preloadAssemblyEditor);
_editorSelector.AddEditor(_dependencyEditor);
_editorSelector.AddEditor(_artifactEditor);
_editorSelector.AddEditor(_exportEditor);
}

Expand Down

0 comments on commit d186a37

Please sign in to comment.