We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd0b20 commit 4156867Copy full SHA for 4156867
1 file changed
library/video/movie/pixelate.rb
@@ -24,7 +24,7 @@ def draw
24
25
mov.read
26
mov.load_pixels
27
- mov_colors [] # start with an empty Array
+ mov_colors = [] # start with an empty Array
28
grid(height, width, BLOCK_SIZE, BLOCK_SIZE) do |j, i|
29
mov_colors << mov.get(i, j)
30
end
0 commit comments