diff options
Diffstat (limited to 'js/matrix.js')
| -rw-r--r-- | js/matrix.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/matrix.js b/js/matrix.js index 21963f1..0695810 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -181,6 +181,8 @@ Matrix.prototype.resize = function(w,h){ this.w = w this.h = h this.bind && this.bind() + + if (this.rotated) { controls.rotate.use() } } // |
