diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-18 19:35:02 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-18 19:35:02 -0400 |
| commit | 72afc148b11ac57c991d699c205675b4b0f1cf70 (patch) | |
| tree | f749d93ea76ffea7310cc416d80f39bfae0827b8 /public/assets/javascripts/rectangles/engine/map/_map.js | |
| parent | b4c7b2126b384a61bb69b046d0620ac53dd063ec (diff) | |
set wall height
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/map/_map.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/engine/map/_map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/javascripts/rectangles/engine/map/_map.js b/public/assets/javascripts/rectangles/engine/map/_map.js index e3d7621..2aee962 100644 --- a/public/assets/javascripts/rectangles/engine/map/_map.js +++ b/public/assets/javascripts/rectangles/engine/map/_map.js @@ -51,7 +51,7 @@ var Map = function(opt){ case "ortho": base.draw = new Map.Draw (base, { ortho: true }) base.ui = new Map.UI.Ortho (base) - base.sides = base.sides_for_camera + base.sides = base.sides_for_center $(window).resize(base.resize) break |
