Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jul 23, 2019
1 parent 793945f commit 7d8bc06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/modules/organsRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,15 +612,13 @@ var OrgansViewer = function(ModelsLoaderIn) {

var downloadCompletedCallback = function() {
return function() {
_this.scene.viewAll();
_this.settingsChanged();
}
}

var singleItemDownloadCompletedCallback = function(systemName, partName, useDefautColour) {
return function(geometry) {
addOrganPart(systemName, partName, useDefautColour, geometry);
_this.scene.viewAll();
_this.settingsChanged();
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/dat-gui-swec.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
.dg.main .close-button.close-bottom {
position:absolute;
top: 0px;
background-image: url("images/hamburger.png")!important;
background-image: url("./images/hamburger.png")!important;
text-indent: -9999px;
background-size:40px;
width:40px!important;
Expand Down

0 comments on commit 7d8bc06

Please sign in to comment.