Skip to content

Commit

Permalink
add clarifying comment. Fixes biocore#164
Browse files Browse the repository at this point in the history
  • Loading branch information
squirrelo committed May 31, 2016
1 parent 58d87f5 commit 0f7e6f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emperor/support_files/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ define([
}
return sv.needsUpdate;
})) {
// Do not render if no changes
return;
}
this.renderer.setViewport(0, 0, this.width, this.height);
Expand Down

0 comments on commit 0f7e6f2

Please sign in to comment.