Replace removed 'hidden' property with 'visible'.

This commit is contained in:
Jürg Lehni 2011-05-19 21:55:51 +01:00
parent 2dcb09a662
commit b52abbfbc1
2 changed files with 2 additions and 2 deletions
examples/Scripts

View file

@ -12,7 +12,7 @@
var colSize = raster.size / size * 1.5;
var fullSize = size * colSize;
raster.hidden = true;
raster.visible = false;
raster.size = size;
for (var x = 0; x < size.width; x++) {
for (var y = 0; y < size.height; y++) {