This commit is contained in:
Xant
2009-08-29 16:40:18 +02:00
parent dc939ae8bf
commit 7c8fe8f6a1
+1 -1
View File
@@ -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);