Skip to content
Snippets Groups Projects
Commit 819f1707 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

top fixed

parent ff9574ca
No related branches found
No related tags found
No related merge requests found
...@@ -374,7 +374,7 @@ function map_worker() { ...@@ -374,7 +374,7 @@ function map_worker() {
// //
for (var row = 0; row < h; ++row) { for (var row = 0; row < h; ++row) {
for (var col = 0; col < w; ++col) { for (var col = 0; col < w; ++col) {
map[(h-1-row)*w+col] = 0 map[(h-1-row)*w+col] = -Number.MAX_VALUE
buf[(h-1-row)*w*4+col*4+0] = 0 buf[(h-1-row)*w*4+col*4+0] = 0
buf[(h-1-row)*w*4+col*4+1] = 0 buf[(h-1-row)*w*4+col*4+1] = 0
buf[(h-1-row)*w*4+col*4+2] = 0 buf[(h-1-row)*w*4+col*4+2] = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment