summaryrefslogtreecommitdiff
path: root/public/assets/test/ortho4.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-18 19:35:02 -0400
committerJules Laplace <jules@okfoc.us>2015-08-18 19:35:02 -0400
commit72afc148b11ac57c991d699c205675b4b0f1cf70 (patch)
treef749d93ea76ffea7310cc416d80f39bfae0827b8 /public/assets/test/ortho4.html
parentb4c7b2126b384a61bb69b046d0620ac53dd063ec (diff)
set wall height
Diffstat (limited to 'public/assets/test/ortho4.html')
-rw-r--r--public/assets/test/ortho4.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/test/ortho4.html b/public/assets/test/ortho4.html
index d704e0e..8db7ead 100644
--- a/public/assets/test/ortho4.html
+++ b/public/assets/test/ortho4.html
@@ -165,7 +165,7 @@ $(window).resize(function(){
map.canvas.height = map.dimensions.b = window.innerHeight/2
})
-var wall_height = 180
+var wallHeight = 180
var shapes = new ShapeList
var ctx = map.draw.ctx
var last_point = new vec2 (0,0)