diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-03 18:40:04 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-03 18:40:04 -0400 |
| commit | 519ff21e00c5c48d06e1ddee0cdc1dc3d90a26f8 (patch) | |
| tree | 2868d3d7cad57672d651b0332d499abba2c345d2 /public/assets/javascripts/rectangles/engine/scenery/resize.js | |
| parent | 1f4d4c1034f7e3403c9671bd88e6e83d22696dcb (diff) | |
pulling in move code / view code
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/scenery/resize.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/engine/scenery/resize.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/javascripts/rectangles/engine/scenery/resize.js b/public/assets/javascripts/rectangles/engine/scenery/resize.js index 73fd82a..a5e255a 100644 --- a/public/assets/javascripts/rectangles/engine/scenery/resize.js +++ b/public/assets/javascripts/rectangles/engine/scenery/resize.js @@ -49,6 +49,7 @@ Scenery.resize = new function(){ // rotate the dots as appropriate base.rotate_dots = function(){ + console.trace() rotationY = obj.wall.rotationY dots.forEach(function(dot){ dot.rotationY = rotationY |
