diff --git a/scripts/javascript/examples/test_rand.js b/scripts/javascript/examples/test_rand.js index b0365cf2..78f49330 100644 --- a/scripts/javascript/examples/test_rand.js +++ b/scripts/javascript/examples/test_rand.js @@ -72,7 +72,7 @@ function randomize_color(rand_geo) { rand_geo.color(r,g,b,150); } -rand_geo = new GeometryLayer(width,height); +rand_geo = new GeometryLayer(W,H); //rand_geo.set_blit("alpha"); //rand_geo.set_blit_value(0.5); rand_geo.activate(true);