Skip to content

Commit

Permalink
fix typo in cameraposition -> camera cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Dec 29, 2017
1 parent c88e8c2 commit 26aaffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_api/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ exports.cleanLayout = function(layout) {
eye = [];

for(j = 0; j < 3; ++j) {
eye[j] = center[i] + radius * mat[2 + 4 * j];
eye[j] = center[j] + radius * mat[2 + 4 * j];
}

scene.camera = {
Expand Down

0 comments on commit 26aaffc

Please sign in to comment.